ServicesOperationsExtensions.BeginCreateOrUpdate 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 service managé Service Fabric.
public static Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource BeginCreateOrUpdate (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IServicesOperations operations, string resourceGroupName, string clusterName, string applicationName, string serviceName, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.ServiceFabricManagedClusters.IServicesOperations * string * string * string * string * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource
<Extension()>
Public Function BeginCreateOrUpdate (operations As IServicesOperations, resourceGroupName As String, clusterName As String, applicationName As String, serviceName As String, parameters As ServiceResource) As ServiceResource
Paramètres
- operations
- IServicesOperations
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.
- applicationName
- String
Nom de la ressource d’application.
- serviceName
- String
Nom de la ressource de service au format {applicationName}~{serviceName}.
- parameters
- ServiceResource
Ressource de service.
Retours
Remarques
Créez ou mettez à jour une ressource de service managé Service Fabric avec le nom spécifié.
S’applique à
Azure SDK for .NET