ServiceTopologiesOperationsExtensions.CreateOrUpdateAsync 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 topologie de service.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource> CreateOrUpdateAsync(this Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations operations, Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource serviceTopologyInfo, string resourceGroupName, string serviceTopologyName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations * Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IServiceTopologiesOperations, serviceTopologyInfo As ServiceTopologyResource, resourceGroupName As String, serviceTopologyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ServiceTopologyResource)
Paramètres
- operations
- IServiceTopologiesOperations
Groupe d’opérations pour cette méthode d’extension.
- serviceTopologyInfo
- ServiceTopologyResource
L’objet de topologie source définit la ressource.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- serviceTopologyName
- String
Nom de la topologie de service .
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Crée de façon synchrone une topologie de service ou met à jour une topologie de service existante.
S’applique à
Azure SDK for .NET