SettingOperationsExtensions.Get Method (ISettingOperations, String)
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public static AutoscaleSettingGetResponse Get(
this ISettingOperations operations,
string resourceId
)
public:
[ExtensionAttribute]
static AutoscaleSettingGetResponse^ Get(
ISettingOperations^ operations,
String^ resourceId
)
static member Get :
operations:ISettingOperations *
resourceId:string -> AutoscaleSettingGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As ISettingOperations,
resourceId As String
) As AutoscaleSettingGetResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.ISettingOperationsReference to the Microsoft.WindowsAzure.Management.Monitoring.Autoscale.ISettingOperations.
resourceId
Type: System.StringRequired. The resource ID.
Return Value
Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.AutoscaleSettingGetResponse
A standard service response including an HTTP status code and request ID.
See Also
SettingOperationsExtensions Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale Namespace
Return to top