Delen via


INetworkManagerCommitsOperations.PostWithHttpMessagesAsync Method

Definition

Post a Network Manager Commit.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.NetworkManagerCommit,Microsoft.Azure.Management.Network.Models.NetworkManagerCommitsPostHeaders>> PostWithHttpMessagesAsync (Microsoft.Azure.Management.Network.Models.NetworkManagerCommit parameters, string resourceGroupName, string networkManagerName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member PostWithHttpMessagesAsync : Microsoft.Azure.Management.Network.Models.NetworkManagerCommit * 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.NetworkManagerCommit, Microsoft.Azure.Management.Network.Models.NetworkManagerCommitsPostHeaders>>
Public Function PostWithHttpMessagesAsync (parameters As NetworkManagerCommit, resourceGroupName As String, networkManagerName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of NetworkManagerCommit, NetworkManagerCommitsPostHeaders))

Parameters

parameters
NetworkManagerCommit

Parameters supplied to specify which Managed Network commit is.

resourceGroupName
String

The name of the resource group.

networkManagerName
String

The name of the network manager.

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