NotificationHubsExtensions Class

Definition

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

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

Methods

Name Description
CheckNotificationHubNamespaceAvailability(SubscriptionResource, NotificationHubAvailabilityContent, CancellationToken)

Checks the availability of the given service namespace across all Azure subscriptions. This is useful because the domain name is created based on the service namespace name. <item> Mocking. To mock this method, please mock CheckNotificationHubNamespaceAvailability(NotificationHubAvailabilityContent, CancellationToken) instead. </item>

CheckNotificationHubNamespaceAvailabilityAsync(SubscriptionResource, NotificationHubAvailabilityContent, CancellationToken)

Checks the availability of the given service namespace across all Azure subscriptions. This is useful because the domain name is created based on the service namespace name. <item> Mocking. To mock this method, please mock CheckNotificationHubNamespaceAvailabilityAsync(NotificationHubAvailabilityContent, CancellationToken) instead. </item>

GetNotificationHubAuthorizationRuleResource(ArmClient, ResourceIdentifier)

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

GetNotificationHubNamespace(ResourceGroupResource, String, CancellationToken)

Returns the given namespace. <item> Mocking. To mock this method, please mock GetNotificationHubNamespace(String, CancellationToken) instead. </item>

GetNotificationHubNamespaceAsync(ResourceGroupResource, String, CancellationToken)

Returns the given namespace. <item> Mocking. To mock this method, please mock GetNotificationHubNamespaceAsync(String, CancellationToken) instead. </item>

GetNotificationHubNamespaceAuthorizationRuleResource(ArmClient, ResourceIdentifier)

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

GetNotificationHubNamespaceResource(ArmClient, ResourceIdentifier)

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

GetNotificationHubNamespaces(ResourceGroupResource)

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

GetNotificationHubNamespaces(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Lists all the available namespaces within the subscription. <item> Mocking. To mock this method, please mock GetNotificationHubNamespaces(String, Nullable<Int32>, CancellationToken) instead. </item>

GetNotificationHubNamespacesAsync(SubscriptionResource, String, Nullable<Int32>, CancellationToken)

Lists all the available namespaces within the subscription. <item> Mocking. To mock this method, please mock GetNotificationHubNamespacesAsync(String, Nullable<Int32>, CancellationToken) instead. </item>

GetNotificationHubPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

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

GetNotificationHubResource(ArmClient, ResourceIdentifier)

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

GetNotificationHubsPrivateLinkResource(ArmClient, ResourceIdentifier)

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

Applies to