次の方法で共有


RecoveryServicesExtensions クラス

定義

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

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

メソッド

CheckRecoveryServicesNameAvailability(ResourceGroupResource, AzureLocation, RecoveryServicesNameAvailabilityContent, CancellationToken)

リソース名の可用性をチェックする API。 同じ SubscriptionId、Resource Name、Type を持つ他のリソースが存在しない場合、またはそのようなリソースが 1 つ以上存在する場合は、名前を使用できます。これらの各リソースは GC で、削除時刻は 24 時間前である必要があります

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/locations/{location}/checkNameAvailability
  • 操作IdRecoveryServices_CheckNameAvailability
CheckRecoveryServicesNameAvailabilityAsync(ResourceGroupResource, AzureLocation, RecoveryServicesNameAvailabilityContent, CancellationToken)

リソース名の可用性をチェックする API。 同じ SubscriptionId、Resource Name、Type を持つ他のリソースが存在しない場合、またはそのようなリソースが 1 つ以上存在する場合は、名前を使用できます。これらの各リソースは GC で、削除時刻は 24 時間前である必要があります

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/locations/{location}/checkNameAvailability
  • 操作IdRecoveryServices_CheckNameAvailability
GetRecoveryServiceCapabilities(SubscriptionResource, AzureLocation, ResourceCapabilities, CancellationToken)

Microsoft.RecoveryServices RP によって提供される機能の詳細を取得するための API

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{location}/capabilities
  • 操作IdRecoveryServices_Capabilities
GetRecoveryServiceCapabilitiesAsync(SubscriptionResource, AzureLocation, ResourceCapabilities, CancellationToken)

Microsoft.RecoveryServices RP によって提供される機能の詳細を取得するための API

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{location}/capabilities
  • 操作IdRecoveryServices_Capabilities
GetRecoveryServicesPrivateLinkResource(ArmClient, ResourceIdentifier)

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

GetRecoveryServicesVault(ResourceGroupResource, String, CancellationToken)

コンテナーの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}
  • 操作IdVaults_Get
GetRecoveryServicesVaultAsync(ResourceGroupResource, String, CancellationToken)

コンテナーの詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}
  • 操作IdVaults_Get
GetRecoveryServicesVaultExtendedInfoResource(ArmClient, ResourceIdentifier)

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

GetRecoveryServicesVaultResource(ArmClient, ResourceIdentifier)

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

GetRecoveryServicesVaults(ResourceGroupResource)

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

GetRecoveryServicesVaults(SubscriptionResource, CancellationToken)

サブスクリプション内の指定した型のすべてのリソースをフェッチします。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.RecoveryServices/vaults
  • 操作IdVaults_ListBySubscriptionId
GetRecoveryServicesVaultsAsync(SubscriptionResource, CancellationToken)

サブスクリプション内の指定した型のすべてのリソースをフェッチします。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.RecoveryServices/vaults
  • 操作IdVaults_ListBySubscriptionId

適用対象