Partager via


ServiceUnitsOperationsExtensions.CreateOrUpdate Méthode

Définition

Crée ou met à jour une unité de service sous le service dans la topologie de service.

public static Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource CreateOrUpdate (this Microsoft.Azure.Management.DeploymentManager.IServiceUnitsOperations operations, string resourceGroupName, string serviceTopologyName, string serviceName, string serviceUnitName, Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource serviceUnitInfo);
static member CreateOrUpdate : Microsoft.Azure.Management.DeploymentManager.IServiceUnitsOperations * string * string * string * string * Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource
<Extension()>
Public Function CreateOrUpdate (operations As IServiceUnitsOperations, resourceGroupName As String, serviceTopologyName As String, serviceName As String, serviceUnitName As String, serviceUnitInfo As ServiceUnitResource) As ServiceUnitResource

Paramètres

operations
IServiceUnitsOperations

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.

serviceUnitName
String

Nom de la ressource d’unité de service.

serviceUnitInfo
ServiceUnitResource

Objet de ressource d’unité de service.

Retours

Remarques

Il s’agit d’une opération asynchrone qui peut être interrogée jusqu’à son achèvement à l’aide de la ressource d’opération retournée par cette opération.

S’applique à