ContainersExtensions クラス

定義

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

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

メソッド

GetAuthConfigResource(ArmClient, ResourceIdentifier)

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

GetContainerApp(ResourceGroupResource, String, CancellationToken)

コンテナー アプリのプロパティを取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName} 操作 ID: ContainerApps_Get

GetContainerAppAsync(ResourceGroupResource, String, CancellationToken)

コンテナー アプリのプロパティを取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName} 操作 ID: ContainerApps_Get

GetContainerAppCertificateResource(ArmClient, ResourceIdentifier)

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

GetContainerAppReplicaResource(ArmClient, ResourceIdentifier)

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

GetContainerAppResource(ArmClient, ResourceIdentifier)

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

GetContainerAppRevisionResource(ArmClient, ResourceIdentifier)

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

GetContainerApps(ResourceGroupResource)

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

GetContainerApps(SubscriptionResource, CancellationToken)

特定のサブスクリプションで Container Apps を取得します。 要求パス: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps 操作 ID: ContainerApps_ListBySubscription

GetContainerAppsAsync(SubscriptionResource, CancellationToken)

特定のサブスクリプションで Container Apps を取得します。 要求パス: /subscriptions/{subscriptionId}/providers/Microsoft.App/containerApps 操作 ID: ContainerApps_ListBySubscription

GetDaprComponentResource(ArmClient, ResourceIdentifier)

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

GetManagedEnvironment(ResourceGroupResource, String, CancellationToken)

コンテナー アプリをホストするために使用される Managed Environment のプロパティを取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName} 操作 ID: ManagedEnvironments_Get

GetManagedEnvironmentAsync(ResourceGroupResource, String, CancellationToken)

コンテナー アプリをホストするために使用される Managed Environment のプロパティを取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName} 操作 ID: ManagedEnvironments_Get

GetManagedEnvironmentResource(ArmClient, ResourceIdentifier)

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

GetManagedEnvironments(ResourceGroupResource)

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

GetManagedEnvironments(SubscriptionResource, CancellationToken)

サブスクリプションのすべてのマネージド環境を取得します。 要求パス: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments 操作 ID: ManagedEnvironments_ListBySubscription

GetManagedEnvironmentsAsync(SubscriptionResource, CancellationToken)

サブスクリプションのすべてのマネージド環境を取得します。 要求パス: /subscriptions/{subscriptionId}/providers/Microsoft.App/managedEnvironments 操作 ID: ManagedEnvironments_ListBySubscription

GetManagedEnvironmentStorageResource(ArmClient, ResourceIdentifier)

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

GetSourceControlResource(ArmClient, ResourceIdentifier)

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

適用対象