次の方法で共有


DeploymentManagerExtensions クラス

定義

Azure.ResourceManager.DeploymentManager に拡張メソッドを追加するクラス。

public static class DeploymentManagerExtensions
type DeploymentManagerExtensions = class
Public Module DeploymentManagerExtensions
継承
DeploymentManagerExtensions

メソッド

GetArtifactSource(ResourceGroupResource, String, CancellationToken)

成果物ソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/artifactSources/{artifactSourceName}
  • 操作IdArtifactSources_Get
GetArtifactSourceAsync(ResourceGroupResource, String, CancellationToken)

成果物ソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/artifactSources/{artifactSourceName}
  • 操作IdArtifactSources_Get
GetArtifactSourceResource(ArmClient, ResourceIdentifier)

に対して実行できるが、データを含まないインスタンス操作と共に を ArtifactSourceResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を ArtifactSourceResourceResourceIdentifier 作成できます。

GetArtifactSources(ResourceGroupResource)

ResourceGroupResource 内の ArtifactSourceResources のコレクションを取得します。

GetRollout(ResourceGroupResource, String, Nullable<Int32>, CancellationToken)

ロールアウトの詳細情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}
  • 操作IdRollouts_Get
GetRolloutAsync(ResourceGroupResource, String, Nullable<Int32>, CancellationToken)

ロールアウトの詳細情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/rollouts/{rolloutName}
  • 操作IdRollouts_Get
GetRolloutResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を RolloutResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を RolloutResourceResourceIdentifier 作成できます。

GetRollouts(ResourceGroupResource)

ResourceGroupResource 内の RolloutResources のコレクションを取得します。

GetServiceResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を ServiceResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を ServiceResourceResourceIdentifier 作成できます。

GetServiceTopologyResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を ServiceTopologyResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を ServiceTopologyResourceResourceIdentifier 作成できます。

GetServiceTopologyResource(ResourceGroupResource, String, CancellationToken)

サービス トポロジを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}
  • 操作IdServiceTopologies_Get
GetServiceTopologyResourceAsync(ResourceGroupResource, String, CancellationToken)

サービス トポロジを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/serviceTopologies/{serviceTopologyName}
  • 操作IdServiceTopologies_Get
GetServiceTopologyResources(ResourceGroupResource)

ResourceGroupResource 内の ServiceTopologyResources のコレクションを取得します。

GetServiceUnitResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を ServiceUnitResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String, String) して、そのコンポーネントから を ServiceUnitResourceResourceIdentifier 作成できます。

GetStepResource(ArmClient, ResourceIdentifier)

に対して実行できるがデータを含まないインスタンス操作と共に を StepResource 表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を StepResourceResourceIdentifier 作成できます。

GetStepResource(ResourceGroupResource, String, CancellationToken)

ステップを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • 操作IdSteps_Get
GetStepResourceAsync(ResourceGroupResource, String, CancellationToken)

ステップを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps/{stepName}
  • 操作IdSteps_Get
GetStepResources(ResourceGroupResource)

ResourceGroupResource 内の StepResources のコレクションを取得します。

適用対象