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
CheckQuotaAvailabilityWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Return quota for subscription by region |
CheckTrialAvailabilityWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Return trial status for subscription by region |
Extension Methods
CheckQuotaAvailability(ILocationsOperations, String) |
Return quota for subscription by region |
CheckQuotaAvailabilityAsync(ILocationsOperations, String, CancellationToken) |
Return quota for subscription by region |
CheckTrialAvailability(ILocationsOperations, String) |
Return trial status for subscription by region |
CheckTrialAvailabilityAsync(ILocationsOperations, String, CancellationToken) |
Return trial status for subscription by region |
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