ISnapshotsOperations.BeginCreateOrUpdateWithHttpMessagesAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Snapshot>> BeginCreateOrUpdateWithHttpMessagesAsync (string resourceGroupName, string snapshotName, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Snapshot snapshot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateOrUpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Snapshot * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Snapshot>>
Public Function BeginCreateOrUpdateWithHttpMessagesAsync (resourceGroupName As String, snapshotName As String, snapshot As Snapshot, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Snapshot))

Parameters

resourceGroupName
String
snapshotName
String
snapshot
Snapshot
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Applies to