Sdílet prostřednictvím


AzureSqlCapabilitiesCommunicator.Get(String) Method

Definition

Gets the Location Capabilities for the specified region for the current subscription.

public Microsoft.Azure.Management.Sql.Models.LocationCapabilities Get (string locationName);
member this.Get : string -> Microsoft.Azure.Management.Sql.Models.LocationCapabilities
Public Function Get (locationName As String) As LocationCapabilities

Parameters

locationName
String

The name of the region for which to get the location capabilities

Returns

The location capabilities for the region

Applies to