ILocationsOperations Interface
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.
LocationsOperations operations.
public interface ILocationsOperations
type ILocationsOperations = interface
Public Interface ILocationsOperations
Methods
CheckNameAvailabilityWithHttpMessagesAsync(String, NameAvailabilityCheckRequestParameters, Dictionary<String,List<String>>, CancellationToken) |
Check the cluster name is available or not. |
GetAzureAsyncOperationStatusWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Get the async operation status. |
GetCapabilitiesWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets the capabilities for the specified location. |
ListBillingSpecsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists the billingSpecs for the specified subscription and location. |
ListUsagesWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists the usages for the specified location. |
ValidateClusterCreateRequestWithHttpMessagesAsync(String, ClusterCreateRequestValidationParameters, Dictionary<String,List<String>>, CancellationToken) |
Validate the cluster create request spec is valid or not. |
Extension Methods
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET