次の方法で共有


RedisEnterpriseExtensions クラス

定義

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

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

メソッド

GetRedisEnterpriseCluster(ResourceGroupResource, String, CancellationToken)

RedisEnterprise クラスターに関する情報を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
  • 操作IdRedisEnterprise_Get
GetRedisEnterpriseClusterAsync(ResourceGroupResource, String, CancellationToken)

RedisEnterprise クラスターに関する情報を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}
  • 操作IdRedisEnterprise_Get
GetRedisEnterpriseClusterResource(ArmClient, ResourceIdentifier)

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

GetRedisEnterpriseClusters(ResourceGroupResource)

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

GetRedisEnterpriseClusters(SubscriptionResource, CancellationToken)

指定したサブスクリプション内のすべての RedisEnterprise クラスターを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
  • 操作IdRedisEnterprise_List
GetRedisEnterpriseClustersAsync(SubscriptionResource, CancellationToken)

指定したサブスクリプション内のすべての RedisEnterprise クラスターを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Cache/redisEnterprise
  • 操作IdRedisEnterprise_List
GetRedisEnterpriseDatabaseResource(ArmClient, ResourceIdentifier)

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

GetRedisEnterpriseOperationsStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

操作の状態を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId}
  • 操作IdOperationsStatus_Get
GetRedisEnterpriseOperationsStatusAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

操作の状態を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/operationsStatus/{operationId}
  • 操作IdOperationsStatus_Get
GetRedisEnterprisePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

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

GetRedisEnterpriseSkus(SubscriptionResource, AzureLocation, CancellationToken)

指定されたサブスクリプション ID の指定した場所にある SKU に関する情報を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/skus
  • 操作IdSkus_List
GetRedisEnterpriseSkusAsync(SubscriptionResource, AzureLocation, CancellationToken)

指定されたサブスクリプション ID の指定した場所にある SKU に関する情報を取得します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/skus
  • 操作IdSkus_List

適用対象