WebPubSubExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
CheckWebPubSubNameAvailabilityAsync(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken) |
Checks that the resource name is valid and is not already in use.
|
GetUsages(SubscriptionResource, AzureLocation, CancellationToken) |
List resource usage quotas by location.
|
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List resource usage quotas by location.
|
GetWebPubSub(ResourceGroupResource, String, CancellationToken) |
Get the resource and its properties.
|
GetWebPubSubAsync(ResourceGroupResource, String, CancellationToken) |
Get the resource and its properties.
|
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.
|
GetWebPubSubsAsync(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
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
Azure SDK for .NET