SettingOperationsExtensions.GetAsync Method (ISettingOperations, String)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

public static Task<AutoscaleSettingGetResponse> GetAsync(
	this ISettingOperations operations,
	string resourceId
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.ISettingOperations

Reference to the Microsoft.WindowsAzure.Management.Monitoring.Autoscale.ISettingOperations.

resourceId
Type: System.String

Required. The resource ID.

Return Value

Type: System.Threading.Tasks.Task<AutoscaleSettingGetResponse>

A standard service response including an HTTP status code and request ID.

Return to top
Show: