ServiceBusExtensions Class

Definition

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

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

Methods

Name Description
CheckServiceBusNamespaceNameAvailability(SubscriptionResource, ServiceBusNameAvailabilityContent, CancellationToken)

Check the give namespace name availability. <item> Mocking. To mock this method, please mock CheckServiceBusNamespaceNameAvailability(ServiceBusNameAvailabilityContent, CancellationToken) instead. </item>

CheckServiceBusNamespaceNameAvailabilityAsync(SubscriptionResource, ServiceBusNameAvailabilityContent, CancellationToken)

Check the give namespace name availability. <item> Mocking. To mock this method, please mock CheckServiceBusNamespaceNameAvailabilityAsync(ServiceBusNameAvailabilityContent, CancellationToken) instead. </item>

GetMigrationConfigurationResource(ArmClient, ResourceIdentifier)

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

GetServiceBusDisasterRecoveryAuthorizationRuleResource(ArmClient, ResourceIdentifier)

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

GetServiceBusDisasterRecoveryResource(ArmClient, ResourceIdentifier)

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

GetServiceBusNamespace(ResourceGroupResource, String, CancellationToken)

Gets a description for the specified namespace. <item> Mocking. To mock this method, please mock GetServiceBusNamespace(String, CancellationToken) instead. </item>

GetServiceBusNamespaceAsync(ResourceGroupResource, String, CancellationToken)

Gets a description for the specified namespace. <item> Mocking. To mock this method, please mock GetServiceBusNamespaceAsync(String, CancellationToken) instead. </item>

GetServiceBusNamespaceAuthorizationRuleResource(ArmClient, ResourceIdentifier)

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

GetServiceBusNamespaceResource(ArmClient, ResourceIdentifier)

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

GetServiceBusNamespaces(ResourceGroupResource)

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

GetServiceBusNamespaces(SubscriptionResource, CancellationToken)

Gets all the available namespaces within the subscription, irrespective of the resource groups. <item> Mocking. To mock this method, please mock GetServiceBusNamespaces(CancellationToken) instead. </item>

GetServiceBusNamespacesAsync(SubscriptionResource, CancellationToken)

Gets all the available namespaces within the subscription, irrespective of the resource groups. <item> Mocking. To mock this method, please mock GetServiceBusNamespacesAsync(CancellationToken) instead. </item>

GetServiceBusNetworkRuleSetResource(ArmClient, ResourceIdentifier)

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

GetServiceBusNetworkSecurityPerimeterConfigurationResource(ArmClient, ResourceIdentifier)

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

GetServiceBusPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

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

GetServiceBusQueueAuthorizationRuleResource(ArmClient, ResourceIdentifier)

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

GetServiceBusQueueResource(ArmClient, ResourceIdentifier)

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

GetServiceBusRuleResource(ArmClient, ResourceIdentifier)

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

GetServiceBusSubscriptionResource(ArmClient, ResourceIdentifier)

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

GetServiceBusTopicAuthorizationRuleResource(ArmClient, ResourceIdentifier)

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

GetServiceBusTopicResource(ArmClient, ResourceIdentifier)

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

Applies to