Partager via


ServiceTopologiesOperationsExtensions.CreateOrUpdate Méthode

Définition

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 à