Share via


WebPubSubExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.WebPubSub.

public static class WebPubSubExtensions
type WebPubSubExtensions = class
Public Module WebPubSubExtensions
Inheritance
WebPubSubExtensions

Methods

CheckWebPubSubNameAvailability(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken)

Checks that the resource name is valid and is not already in use.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability
  • Operation Id: WebPubSub_CheckNameAvailability
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubResource
CheckWebPubSubNameAvailabilityAsync(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken)

Checks that the resource name is valid and is not already in use.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/checkNameAvailability
  • Operation Id: WebPubSub_CheckNameAvailability
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubResource
GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

List resource usage quotas by location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages
  • Operation Id: Usages_List
  • Default Api Version: 2021-10-01
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

List resource usage quotas by location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/locations/{location}/usages
  • Operation Id: Usages_List
  • Default Api Version: 2021-10-01
GetWebPubSub(ResourceGroupResource, String, CancellationToken)

Get the resource and its properties.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}
  • Operation Id: WebPubSub_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubResource
GetWebPubSubAsync(ResourceGroupResource, String, CancellationToken)

Get the resource and its properties.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}
  • Operation Id: WebPubSub_Get
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubResource
GetWebPubSubHubResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubHubResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebPubSubHubResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebPubSubHubResource(ResourceIdentifier) instead.

GetWebPubSubPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebPubSubPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebPubSubPrivateEndpointConnectionResource(ResourceIdentifier) instead.

GetWebPubSubResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a WebPubSubResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebPubSubResource(ResourceIdentifier) instead.

GetWebPubSubs(ResourceGroupResource)

Gets a collection of WebPubSubResources in the ResourceGroupResource. MockingTo mock this method, please mock GetWebPubSubs() instead.

GetWebPubSubs(SubscriptionResource, CancellationToken)

Handles requests to list all resources in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/webPubSub
  • Operation Id: WebPubSub_ListBySubscription
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubResource
GetWebPubSubsAsync(SubscriptionResource, CancellationToken)

Handles requests to list all resources in a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.SignalRService/webPubSub
  • Operation Id: WebPubSub_ListBySubscription
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubResource
GetWebPubSubSharedPrivateLinkResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubSharedPrivateLinkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WebPubSubSharedPrivateLinkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetWebPubSubSharedPrivateLinkResource(ResourceIdentifier) instead.

Applies to