Compartir a través de


ServiceTopologiesOperationsExtensions.CreateOrUpdate Método

Definición

Crea o actualiza una topología de servicio.

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

Parámetros

operations
IServiceTopologiesOperations

El grupo de operaciones de este método de extensión.

serviceTopologyInfo
ServiceTopologyResource

El objeto de topología de origen define el recurso.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

serviceTopologyName
String

Nombre de la topología de servicio .

Devoluciones

Comentarios

Crea de forma sincrónica una topología de servicio o actualiza una topología de servicio existente.

Se aplica a