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

Name Description
CheckWebPubSubNameAvailability(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken)

Checks that the resource name is valid and is not already in use. <item> Mocking. To mock this method, please mock CheckWebPubSubNameAvailability(AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken) instead. </item>

CheckWebPubSubNameAvailabilityAsync(SubscriptionResource, AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken)

Checks that the resource name is valid and is not already in use. <item> Mocking. To mock this method, please mock CheckWebPubSubNameAvailabilityAsync(AzureLocation, WebPubSubNameAvailabilityContent, CancellationToken) instead. </item>

GetUsages(SubscriptionResource, AzureLocation, CancellationToken)

List resource usage quotas by location. <item> Mocking. To mock this method, please mock GetUsages(AzureLocation, CancellationToken) instead. </item>

GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

List resource usage quotas by location. <item> Mocking. To mock this method, please mock GetUsagesAsync(AzureLocation, CancellationToken) instead. </item>

GetWebPubSub(ResourceGroupResource, String, CancellationToken)

Get the resource and its properties. <item> Mocking. To mock this method, please mock GetWebPubSub(String, CancellationToken) instead. </item>

GetWebPubSubAsync(ResourceGroupResource, String, CancellationToken)

Get the resource and its properties. <item> Mocking. To mock this method, please mock GetWebPubSubAsync(String, CancellationToken) instead. </item>

GetWebPubSubCustomCertificateResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubCustomCertificateResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetWebPubSubCustomCertificateResource(ResourceIdentifier) instead. </item>

GetWebPubSubCustomDomainResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubCustomDomainResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetWebPubSubCustomDomainResource(ResourceIdentifier) instead. </item>

GetWebPubSubHubResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubHubResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetWebPubSubHubResource(ResourceIdentifier) instead. </item>

GetWebPubSubPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetWebPubSubPrivateEndpointConnectionResource(ResourceIdentifier) instead. </item>

GetWebPubSubReplicaResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubReplicaResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetWebPubSubReplicaResource(ResourceIdentifier) instead. </item>

GetWebPubSubReplicaSharedPrivateLinkResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubReplicaSharedPrivateLinkResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetWebPubSubReplicaSharedPrivateLinkResource(ResourceIdentifier) instead. </item>

GetWebPubSubResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetWebPubSubResource(ResourceIdentifier) instead. </item>

GetWebPubSubs(ResourceGroupResource)

Gets a collection of WebPubSubs in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetWebPubSubs() instead. </item>

GetWebPubSubs(SubscriptionResource, CancellationToken)

Handles requests to list all resources in a subscription. <item> Mocking. To mock this method, please mock GetWebPubSubs(CancellationToken) instead. </item>

GetWebPubSubsAsync(SubscriptionResource, CancellationToken)

Handles requests to list all resources in a subscription. <item> Mocking. To mock this method, please mock GetWebPubSubsAsync(CancellationToken) instead. </item>

GetWebPubSubSharedPrivateLinkResource(ArmClient, ResourceIdentifier)

Gets an object representing a WebPubSubSharedPrivateLinkResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetWebPubSubSharedPrivateLinkResource(ResourceIdentifier) instead. </item>

Applies to