MockableHDInsightSubscriptionResource.GetHDInsightCapabilitiesAsync 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 capabilities for the specified ___location.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HDInsight/locations/{___location}/capabilities
- Operation Id: Locations_GetCapabilities
- Default Api Version: 2024-08-01-preview
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightCapabilitiesResult>> GetHDInsightCapabilitiesAsync(Azure.Core.AzureLocation ___location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHDInsightCapabilitiesAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightCapabilitiesResult>>
override this.GetHDInsightCapabilitiesAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HDInsight.Models.HDInsightCapabilitiesResult>>
Public Overridable Function GetHDInsightCapabilitiesAsync (___location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HDInsightCapabilitiesResult))
Parameters
- ___location
- AzureLocation
The Azure ___location (region) for which to make the request.
- cancellationToken
- CancellationToken
The cancellation token to use.