ExportDependenciesOperationResult 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 ExportDependenciesOperationResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DependencyMap.Models.ExportDependenciesOperationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DependencyMap.Models.ExportDependenciesOperationResult>
type ExportDependenciesOperationResult = class
interface IJsonModel<ExportDependenciesOperationResult>
interface IPersistableModel<ExportDependenciesOperationResult>
Public Class ExportDependenciesOperationResult
Implements IJsonModel(Of ExportDependenciesOperationResult), IPersistableModel(Of ExportDependenciesOperationResult)
- Inheritance
-
ExportDependenciesOperationResult
- Implements
Properties
| Name | Description |
|---|---|
| EndOn |
The end time of the operation. |
| Error |
Contains error details if status is Failed/Canceled. |
| Id |
The status URL of export dependencies operation. |
| Name |
The resource name of the operation status. It must match the last segment of 'id' field. |
| Properties |
Properties for export dependencies. These should only be set if the status is Succeeded. |
| 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. |