CommunicationExtensions 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.Communication.
public static class CommunicationExtensions
type CommunicationExtensions = class
Public Module CommunicationExtensions
- Inheritance
-
CommunicationExtensions
Methods
CheckCommunicationNameAvailability(SubscriptionResource, CommunicationServiceNameAvailabilityContent, CancellationToken) |
Checks that the CommunicationService name is valid and is not already in use.
|
CheckCommunicationNameAvailabilityAsync(SubscriptionResource, CommunicationServiceNameAvailabilityContent, CancellationToken) |
Checks that the CommunicationService name is valid and is not already in use.
|
GetCommunicationDomainResource(ArmClient, ResourceIdentifier) |
Gets an object representing a CommunicationDomainResource 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 CommunicationDomainResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetCommunicationDomainResource(ResourceIdentifier) instead. |
GetCommunicationServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a CommunicationServiceResource 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 CommunicationServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetCommunicationServiceResource(ResourceIdentifier) instead. |
GetCommunicationServiceResource(ResourceGroupResource, String, CancellationToken) |
Get the CommunicationService and its properties.
|
GetCommunicationServiceResourceAsync(ResourceGroupResource, String, CancellationToken) |
Get the CommunicationService and its properties.
|
GetCommunicationServiceResources(ResourceGroupResource) |
Gets a collection of CommunicationServiceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetCommunicationServiceResources() instead. |
GetCommunicationServiceResources(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetCommunicationServiceResourcesAsync(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetEmailServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing an EmailServiceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an EmailServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetEmailServiceResource(ResourceIdentifier) instead. |
GetEmailServiceResource(ResourceGroupResource, String, CancellationToken) |
Get the EmailService and its properties.
|
GetEmailServiceResourceAsync(ResourceGroupResource, String, CancellationToken) |
Get the EmailService and its properties.
|
GetEmailServiceResources(ResourceGroupResource) |
Gets a collection of EmailServiceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetEmailServiceResources() instead. |
GetEmailServiceResources(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetEmailServiceResourcesAsync(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetSenderUsernameResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SenderUsernameResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SenderUsernameResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSenderUsernameResource(ResourceIdentifier) instead. |
GetSuppressionListAddressResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SuppressionListAddressResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a SuppressionListAddressResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSuppressionListAddressResource(ResourceIdentifier) instead. |
GetSuppressionListResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SuppressionListResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a SuppressionListResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSuppressionListResource(ResourceIdentifier) instead. |
GetVerifiedExchangeOnlineDomainsEmailServices(SubscriptionResource, CancellationToken) |
Get a list of domains that are fully verified in Exchange Online.
|
GetVerifiedExchangeOnlineDomainsEmailServicesAsync(SubscriptionResource, CancellationToken) |
Get a list of domains that are fully verified in Exchange Online.
|
Applies to
Azure SDK for .NET