Partager via


ServicesOperationsExtensions.CreateOrUpdate Méthode

Définition

Crée ou met à jour un service dans la topologie du service.

public static Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource CreateOrUpdate (this Microsoft.Azure.Management.DeploymentManager.IServicesOperations operations, string resourceGroupName, string serviceTopologyName, string serviceName, Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource serviceInfo);
static member CreateOrUpdate : Microsoft.Azure.Management.DeploymentManager.IServicesOperations * string * string * string * Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource
<Extension()>
Public Function CreateOrUpdate (operations As IServicesOperations, resourceGroupName As String, serviceTopologyName As String, serviceName As String, serviceInfo 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. Le nom ne respecte pas la casse.

serviceTopologyName
String

Nom de la topologie de service .

serviceName
String

Nom de la ressource de service.

serviceInfo
ServiceResource

Objet de service

Retours

Remarques

Crée de manière synchrone un service ou met à jour un service existant.

S’applique à