ExportDependenciesOperationResult Class

Definition

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ExportDependenciesOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<ExportDependenciesOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<ExportDependenciesOperationResult>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<ExportDependenciesOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<ExportDependenciesOperationResult>.Write(ModelReaderWriterOptions)

Applies to