Partager via


ServiceUnitsOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.DeploymentManager.IServiceUnitsOperations operations, string resourceGroupName, string serviceTopologyName, string serviceName, string serviceUnitName, Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource serviceUnitInfo, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DeploymentManager.IServiceUnitsOperations * string * string * string * string * Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ServiceUnitResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IServiceUnitsOperations, resourceGroupName As String, serviceTopologyName As String, serviceName As String, serviceUnitName As String, serviceUnitInfo As ServiceUnitResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

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 à