CapabilitiesOperationsExtensions.ListByLocation Method
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.
Gets the subscription capabilities available for the specified location.
public static Microsoft.Azure.Management.Sql.Models.LocationCapabilities ListByLocation (this Microsoft.Azure.Management.Sql.ICapabilitiesOperations operations, string locationName, string include = default);
static member ListByLocation : Microsoft.Azure.Management.Sql.ICapabilitiesOperations * string * string -> Microsoft.Azure.Management.Sql.Models.LocationCapabilities
<Extension()>
Public Function ListByLocation (operations As ICapabilitiesOperations, locationName As String, Optional include As String = Nothing) As LocationCapabilities
Parameters
- operations
- ICapabilitiesOperations
The operations group for this extension method.
- locationName
- String
The location name whose capabilities are retrieved.
- include
- String
If specified, restricts the response to only include the selected item. Possible values include: 'supportedEditions', 'supportedElasticPoolEditions', 'supportedManagedInstanceVersions', 'supportedInstancePoolEditions', 'supportedManagedInstanceEditions'