IDeployment インターフェイス

定義

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

public interface IDeployment : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.ResourceManager.Fluent.Models.DeploymentExtendedInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.ResourceManager.Fluent.IResourceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.ResourceManager.Fluent.IDeployment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.ResourceManager.Fluent.Deployment.Update.IUpdate>
type IDeployment = interface
    interface IRefreshable<IDeployment>
    interface IUpdatable<IUpdate>
    interface IHasInner<DeploymentExtendedInner>
    interface IHasName
    interface IHasManager<IResourceManager>
Public Interface IDeployment
Implements IHasInner(Of DeploymentExtendedInner), IHasManager(Of IResourceManager), IHasName, IRefreshable(Of IDeployment), IUpdatable(Of IUpdate)
実装

プロパティ

CorrelationId

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

Dependencies

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

DeploymentOperations

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

Inner

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

(継承元 IHasInner<T>)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Mode

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

Name

リソースの名前を取得します

(継承元 IHasName)
Outputs

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

Parameters

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

ParametersLink

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

Providers

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

ProvisioningState

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

ResourceGroupName

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

TemplateLink

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

Timestamp

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

メソッド

Cancel()

現在実行中のテンプレートのデプロイを取り消します。

CancelAsync(CancellationToken)

現在実行中のテンプレートのデプロイを取り消します。

ExportTemplate()

デプロイ テンプレートをエクスポートします。

ExportTemplateAsync(CancellationToken)

デプロイ テンプレートをエクスポートします。

Refresh()

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

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

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

(継承元 IRefreshable<T>)
Update()

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

(継承元 IUpdatable<T>)

適用対象