次の方法で共有


WebPubSubExtensions クラス

定義

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

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

メソッド

CheckWebPubSubNameAvailability(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken)

リソース名が有効であり、まだ使用されていないことを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability
  • 操作IdWebPubSub_CheckNameAvailability
CheckWebPubSubNameAvailabilityAsync(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken)

リソース名が有効であり、まだ使用されていないことを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability
  • 操作IdWebPubSub_CheckNameAvailability
GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

リソース使用量のクォータを場所別に一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages
  • 操作IdUsages_List
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

リソース使用量のクォータを場所別に一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages
  • 操作IdUsages_List
GetWebPubSub(ResourceGroupResource, String, CancellationToken)

リソースとそのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}
  • 操作IdWebPubSub_Get
GetWebPubSubAsync(ResourceGroupResource, String, CancellationToken)

リソースとそのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}
  • 操作IdWebPubSub_Get
GetWebPubSubHubResource(ArmClient, ResourceIdentifier)

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

GetWebPubSubPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

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

GetWebPubSubResource(ArmClient, ResourceIdentifier)

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

GetWebPubSubs(ResourceGroupResource)

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

GetWebPubSubs(SubscriptionResource, CancellationToken)

サブスクリプション内のすべてのリソースを一覧表示する要求を処理します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.SignalRService/webPubSub
  • 操作IdWebPubSub_ListBySubscription
GetWebPubSubsAsync(SubscriptionResource, CancellationToken)

サブスクリプション内のすべてのリソースを一覧表示する要求を処理します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.SignalRService/webPubSub
  • 操作IdWebPubSub_ListBySubscription
GetWebPubSubSharedPrivateLinkResource(ArmClient, ResourceIdentifier)

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

適用対象