ILocationsOperations Interface

Definition

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

CheckNameAvailability(ILocationsOperations, String, NameAvailabilityCheckRequestParameters)

Check the cluster name is available or not.

CheckNameAvailabilityAsync(ILocationsOperations, String, NameAvailabilityCheckRequestParameters, CancellationToken)

Check the cluster name is available or not.

GetAzureAsyncOperationStatus(ILocationsOperations, String, String)

Get the async operation status.

GetAzureAsyncOperationStatusAsync(ILocationsOperations, String, String, CancellationToken)

Get the async operation status.

GetCapabilities(ILocationsOperations, String)

Gets the capabilities for the specified location.

GetCapabilitiesAsync(ILocationsOperations, String, CancellationToken)

Gets the capabilities for the specified location.

ListBillingSpecs(ILocationsOperations, String)

Lists the billingSpecs for the specified subscription and location.

ListBillingSpecsAsync(ILocationsOperations, String, CancellationToken)

Lists the billingSpecs for the specified subscription and location.

ListUsages(ILocationsOperations, String)

Lists the usages for the specified location.

ListUsagesAsync(ILocationsOperations, String, CancellationToken)

Lists the usages for the specified location.

ValidateClusterCreateRequest(ILocationsOperations, String, ClusterCreateRequestValidationParameters)

Validate the cluster create request spec is valid or not.

ValidateClusterCreateRequestAsync(ILocationsOperations, String, ClusterCreateRequestValidationParameters, CancellationToken)

Validate the cluster create request spec is valid or not.

Applies to