Share via


VoiceServicesExtensions Class

Definition

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.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.VoiceServices/locations/{location}/checkNameAvailability
  • Operation Id: NameAvailability_CheckLocal
CheckVoiceServicesNameAvailabilityAsync(SubscriptionResource, AzureLocation, VoiceServicesCheckNameAvailabilityContent, CancellationToken)

Check whether the resource name is available in the given region.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.VoiceServices/locations/{location}/checkNameAvailability
  • Operation Id: NameAvailability_CheckLocal
GetVoiceServicesCommunicationsGateway(ResourceGroupResource, String, CancellationToken)

Get a CommunicationsGateway

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}
  • Operation Id: CommunicationsGateways_Get
GetVoiceServicesCommunicationsGatewayAsync(ResourceGroupResource, String, CancellationToken)

Get a CommunicationsGateway

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VoiceServices/communicationsGateways/{communicationsGatewayName}
  • Operation Id: CommunicationsGateways_Get
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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.VoiceServices/communicationsGateways
  • Operation Id: CommunicationsGateways_ListBySubscription
GetVoiceServicesCommunicationsGatewaysAsync(SubscriptionResource, CancellationToken)

List CommunicationsGateway resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.VoiceServices/communicationsGateways
  • Operation Id: CommunicationsGateways_ListBySubscription
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