ServiceTopologiesOperationsExtensions.CreateOrUpdate 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 Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource CreateOrUpdate(this Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations operations, Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource serviceTopologyInfo, string resourceGroupName, string serviceTopologyName);
static member CreateOrUpdate : Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations * Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource * string * string -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource
<Extension()>
Public Function CreateOrUpdate (operations As IServiceTopologiesOperations, serviceTopologyInfo As ServiceTopologyResource, resourceGroupName As String, serviceTopologyName As String) As 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 .
Retours
Remarques
Crée de manière synchrone une topologie de service ou met à jour une topologie de service existante.
S’applique à
Azure SDK for .NET