Condividi tramite


IManagementGroupNetworkManagerConnectionsOperations.GetWithHttpMessagesAsync Method

Definition

Get a specified connection created by this management group.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.NetworkManagerConnection>> GetWithHttpMessagesAsync (string managementGroupId, string networkManagerConnectionName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
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.Network.Models.NetworkManagerConnection>>
Public Function GetWithHttpMessagesAsync (managementGroupId As String, networkManagerConnectionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of NetworkManagerConnection))

Parameters

managementGroupId
String

The management group Id which uniquely identify the Microsoft Azure management group.

networkManagerConnectionName
String

Name for the network manager connection.

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