ClustersOperationsExtensions.BeginCreateOrUpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée ou met à jour une ressource de cluster Service Fabric.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.Cluster> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ServiceFabric.IClustersOperations operations, string resourceGroupName, string clusterName, Microsoft.Azure.Management.ServiceFabric.Models.Cluster parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ServiceFabric.IClustersOperations * string * string * Microsoft.Azure.Management.ServiceFabric.Models.Cluster * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabric.Models.Cluster>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, parameters As Cluster, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Cluster)
Paramètres
- operations
- IClustersOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- clusterName
- String
Nom de la ressource de cluster.
- parameters
- Cluster
Ressource de cluster.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Créez ou mettez à jour une ressource de cluster Service Fabric avec le nom spécifié.
S’applique à
Azure SDK for .NET