IVirtualMachineScaleSetsOperations.GetWithHttpMessagesAsync Method

Definition

Overloads

GetWithHttpMessagesAsync(String, String)

Display information about a virtual machine scale set.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>)

Display information about a virtual machine scale set.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Display information about a virtual machine scale set.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Display information about a virtual machine scale set.

GetWithHttpMessagesAsync(String, String)

Display information about a virtual machine scale set.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>> GetWithHttpMessagesAsync (string resourceGroupName, string vmScaleSetName);
abstract member GetWithHttpMessagesAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, vmScaleSetName As String) As Task(Of AzureOperationResponse(Of VirtualMachineScaleSet))

Parameters

resourceGroupName
String

The name of the resource group.

vmScaleSetName
String

The name of the VM scale set.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>)

Display information about a virtual machine scale set.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>> GetWithHttpMessagesAsync (string resourceGroupName, string vmScaleSetName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders);
abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, vmScaleSetName As String, customHeaders As Dictionary(Of String, List(Of String))) As Task(Of AzureOperationResponse(Of VirtualMachineScaleSet))

Parameters

resourceGroupName
String

The name of the resource group.

vmScaleSetName
String

The name of the VM scale set.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Display information about a virtual machine scale set.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>> GetWithHttpMessagesAsync (string resourceGroupName, string vmScaleSetName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken);
abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, vmScaleSetName As String, customHeaders As Dictionary(Of String, List(Of String)), cancellationToken As CancellationToken) As Task(Of AzureOperationResponse(Of VirtualMachineScaleSet))

Parameters

resourceGroupName
String

The name of the resource group.

vmScaleSetName
String

The name of the VM scale set.

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Display information about a virtual machine scale set.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>> GetWithHttpMessagesAsync (string resourceGroupName, string vmScaleSetName, string expand = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, vmScaleSetName As String, Optional expand As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of VirtualMachineScaleSet))

Parameters

resourceGroupName
String

The name of the resource group.

vmScaleSetName
String

The name of the VM scale set.

expand
String

The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation. Possible values include: 'userData'

customHeaders
Dictionary<String,List<String>>

The headers that will be added to request.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

Thrown when the operation returned an invalid status code

Thrown when unable to deserialize the response

Thrown when a required parameter is null

Applies to