IDeploymentOperation インターフェイス

定義

デプロイ操作の不変のクライアント側表現。

public interface IDeploymentOperation : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentOperationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ResourceManager.Fluent.IDeploymentOperation>
type IDeploymentOperation = interface
    interface IIndexable
    interface IRefreshable<IDeploymentOperation>
    interface IHasInner<DeploymentOperationInner>
Public Interface IDeploymentOperation
Implements IHasInner(Of DeploymentOperationInner), IIndexable, IRefreshable(Of IDeploymentOperation)
実装

プロパティ

Inner

デプロイ操作の不変のクライアント側表現。

(継承元 IHasInner<T>)
Key

デプロイ操作の不変のクライアント側表現。

(継承元 IIndexable)
OperationId

デプロイ操作の不変のクライアント側表現。

ProvisioningState

デプロイ操作の不変のクライアント側表現。

StatusCode

デプロイ操作の不変のクライアント側表現。

StatusMessage

デプロイ操作の不変のクライアント側表現。

TargetResource

デプロイ操作の不変のクライアント側表現。

Timestamp

デプロイ操作の不変のクライアント側表現。

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)

適用対象