ServiceTopologiesOperationsExtensions.CreateOrUpdate Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Azure SDK for .NET