VoiceServicesExtensions 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.VoiceServices.
public static class VoiceServicesExtensions
type VoiceServicesExtensions = class
Public Module VoiceServicesExtensions
- Inheritance
-
VoiceServicesExtensions
Methods
CheckVoiceServicesNameAvailability(SubscriptionResource, AzureLocation, VoiceServicesCheckNameAvailabilityContent, CancellationToken) |
Check whether the resource name is available in the given region.
|
CheckVoiceServicesNameAvailabilityAsync(SubscriptionResource, AzureLocation, VoiceServicesCheckNameAvailabilityContent, CancellationToken) |
Check whether the resource name is available in the given region.
|
GetVoiceServicesCommunicationsGateway(ResourceGroupResource, String, CancellationToken) |
Get a CommunicationsGateway
|
GetVoiceServicesCommunicationsGatewayAsync(ResourceGroupResource, String, CancellationToken) |
Get a CommunicationsGateway
|
GetVoiceServicesCommunicationsGatewayResource(ArmClient, ResourceIdentifier) |
Gets an object representing a VoiceServicesCommunicationsGatewayResource 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 VoiceServicesCommunicationsGatewayResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetVoiceServicesCommunicationsGatewayResource(ResourceIdentifier) instead. |
GetVoiceServicesCommunicationsGateways(ResourceGroupResource) |
Gets a collection of VoiceServicesCommunicationsGatewayResources in the ResourceGroupResource. MockingTo mock this method, please mock GetVoiceServicesCommunicationsGateways() instead. |
GetVoiceServicesCommunicationsGateways(SubscriptionResource, CancellationToken) |
List CommunicationsGateway resources by subscription ID
|
GetVoiceServicesCommunicationsGatewaysAsync(SubscriptionResource, CancellationToken) |
List CommunicationsGateway resources by subscription ID
|
GetVoiceServicesTestLineResource(ArmClient, ResourceIdentifier) |
Gets an object representing a VoiceServicesTestLineResource 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 VoiceServicesTestLineResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetVoiceServicesTestLineResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET