NotificationHubsExtensions クラス

定義

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

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

メソッド

CheckNotificationHubNamespaceAvailability(SubscriptionResource, NotificationHubAvailabilityContent, CancellationToken)

すべての Azure サブスクリプションで、指定されたサービス名前空間の可用性を確認します。 これは、サービス名前空間名に基づいてドメイン名が作成されるため便利です。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.NotificationHubs/checkNamespaceAvailability
  • 操作IdNamespaces_CheckAvailability
CheckNotificationHubNamespaceAvailabilityAsync(SubscriptionResource, NotificationHubAvailabilityContent, CancellationToken)

すべての Azure サブスクリプションで、指定されたサービス名前空間の可用性を確認します。 これは、サービス名前空間名に基づいてドメイン名が作成されるため便利です。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.NotificationHubs/checkNamespaceAvailability
  • 操作IdNamespaces_CheckAvailability
GetNotificationHubAuthorizationRuleResource(ArmClient, ResourceIdentifier)

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

GetNotificationHubNamespace(ResourceGroupResource, String, CancellationToken)

指定した名前空間の説明を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}
  • 操作IdNamespaces_Get
GetNotificationHubNamespaceAsync(ResourceGroupResource, String, CancellationToken)

指定した名前空間の説明を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}
  • 操作IdNamespaces_Get
GetNotificationHubNamespaceAuthorizationRuleResource(ArmClient, ResourceIdentifier)

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

GetNotificationHubNamespaceResource(ArmClient, ResourceIdentifier)

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

GetNotificationHubNamespaces(ResourceGroupResource)

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

GetNotificationHubNamespaces(SubscriptionResource, CancellationToken)

resourceGroups に関係なく、サブスクリプション内で使用可能なすべての名前空間を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.NotificationHubs/namespaces
  • 操作IdNamespaces_ListAll
GetNotificationHubNamespacesAsync(SubscriptionResource, CancellationToken)

resourceGroups に関係なく、サブスクリプション内で使用可能なすべての名前空間を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.NotificationHubs/namespaces
  • 操作IdNamespaces_ListAll
GetNotificationHubResource(ArmClient, ResourceIdentifier)

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

適用対象