Compartir a través de


IClustersOperations.BeginCreateWithHttpMessagesAsync Método

Definición

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ServiceFabric.Fluent.Models.ClusterInner>> BeginCreateWithHttpMessagesAsync (string resourceGroupName, string clusterName, Microsoft.Azure.Management.ServiceFabric.Fluent.Models.ClusterInner parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.ServiceFabric.Fluent.Models.ClusterInner * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ServiceFabric.Fluent.Models.ClusterInner>>
Public Function BeginCreateWithHttpMessagesAsync (resourceGroupName As String, clusterName As String, parameters As ClusterInner, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ClusterInner))

Parámetros

resourceGroupName
String
clusterName
String
parameters
ClusterInner
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Devoluciones

Se aplica a