IAutoscaleOperations.GetSettingAsync Method (String, String, CancellationToken)
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
Task<AutoscaleSettingGetResponse> GetSettingAsync(
string resourceGroupName,
string autoscaleSettingName,
CancellationToken cancellationToken
)
Task<AutoscaleSettingGetResponse^>^ GetSettingAsync(
String^ resourceGroupName,
String^ autoscaleSettingName,
CancellationToken cancellationToken
)
abstract GetSettingAsync :
resourceGroupName:string *
autoscaleSettingName:string *
cancellationToken:CancellationToken -> Task<AutoscaleSettingGetResponse>
Function GetSettingAsync (
resourceGroupName As String,
autoscaleSettingName As String,
cancellationToken As CancellationToken
) As Task(Of AutoscaleSettingGetResponse)
Parameters
resourceGroupName
Type: System.StringThe resource name.
autoscaleSettingName
Type: System.StringThe autoscale setting name.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AutoscaleSettingGetResponse>
A standard service response including an HTTP status code and request ID.
See Also
IAutoscaleOperations Interface
Microsoft.Azure.Management.Insights Namespace
Return to top