次の方法で共有


ProviderHubExtensions クラス

定義

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

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

メソッド

GetCustomRolloutResource(ArmClient, ResourceIdentifier)

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

GetDefaultRolloutResource(ArmClient, ResourceIdentifier)

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

GetNestedResourceTypeFirstSkuResource(ArmClient, ResourceIdentifier)

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

GetNestedResourceTypeSecondSkuResource(ArmClient, ResourceIdentifier)

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

GetNestedResourceTypeThirdSkuResource(ArmClient, ResourceIdentifier)

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

GetNotificationRegistrationResource(ArmClient, ResourceIdentifier)

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

GetProviderRegistration(SubscriptionResource, String, CancellationToken)

プロバイダー登録の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}
  • 操作IdProviderRegistrations_Get
GetProviderRegistrationAsync(SubscriptionResource, String, CancellationToken)

プロバイダー登録の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}
  • 操作IdProviderRegistrations_Get
GetProviderRegistrationResource(ArmClient, ResourceIdentifier)

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

GetProviderRegistrations(SubscriptionResource)

SubscriptionResource 内の ProviderRegistrationResources のコレクションを取得します。

GetResourceTypeRegistrationResource(ArmClient, ResourceIdentifier)

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

GetResourceTypeSkuResource(ArmClient, ResourceIdentifier)

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

適用対象