次の方法で共有


RedisExtensions クラス

定義

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

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

メソッド

CheckRedisNameAvailability(SubscriptionResource, RedisNameAvailabilityContent, CancellationToken)

Redis キャッシュ名が有効であり、まだ使用されていないことを確認します。

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

Redis キャッシュ名が有効であり、まだ使用されていないことを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Cache/CheckNameAvailability
  • 操作IdRedis_CheckNameAvailability
GetAllRedis(ResourceGroupResource)

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

GetAllRedis(SubscriptionResource, CancellationToken)

指定したサブスクリプション内のすべての Redis キャッシュを取得します。

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

指定したサブスクリプション内のすべての Redis キャッシュを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Cache/redis
  • 操作IdRedis_ListBySubscription
GetAsyncOperationStatus(SubscriptionResource, AzureLocation, String, CancellationToken)

操作の進行中の状態を確認する場合

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

操作の進行中の状態を確認する場合

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Cache/locations/{location}/asyncOperations/{operationId}
  • 操作IdAsyncOperationStatus_Get
GetRedis(ResourceGroupResource, String, CancellationToken)

Redis キャッシュ (リソースの説明) を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}
  • 操作IdRedis_Get
GetRedisAsync(ResourceGroupResource, String, CancellationToken)

Redis キャッシュ (リソースの説明) を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redis/{name}
  • 操作IdRedis_Get
GetRedisFirewallRuleResource(ArmClient, ResourceIdentifier)

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

GetRedisLinkedServerWithPropertyResource(ArmClient, ResourceIdentifier)

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

GetRedisPatchScheduleResource(ArmClient, ResourceIdentifier)

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

GetRedisPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

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

GetRedisResource(ArmClient, ResourceIdentifier)

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

適用対象