GetDependencyViewForAllMachinesOperationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model representing the result of the export dependencies asynchronous operation.
public class GetDependencyViewForAllMachinesOperationResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DependencyMap.Models.GetDependencyViewForAllMachinesOperationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DependencyMap.Models.GetDependencyViewForAllMachinesOperationResult>
type GetDependencyViewForAllMachinesOperationResult = class
interface IJsonModel<GetDependencyViewForAllMachinesOperationResult>
interface IPersistableModel<GetDependencyViewForAllMachinesOperationResult>
Public Class GetDependencyViewForAllMachinesOperationResult
Implements IJsonModel(Of GetDependencyViewForAllMachinesOperationResult), IPersistableModel(Of GetDependencyViewForAllMachinesOperationResult)
- Inheritance
-
GetDependencyViewForAllMachinesOperationResult
- Implements
Properties
| Name | Description |
|---|---|
| EndOn |
The end time of the operation. |
| Error |
Contains error details if status is Failed/Canceled. |
| GetDependencyViewForAllMachinesResultLayoutFileSasUri |
The SAS URI of the blob containing the layout file for the multi-server view. |
| Id |
The status URL of the asynchronous operation. |
| Name |
The resource name of the operation status. It must match the last segment of 'id' field. |
| StartOn |
The start time of the operation. |
| Status |
The overall arm status of the operation. It has one of the terminal states - Succeeded/Failed/Canceled. |