ServiceTopologiesOperationsExtensions.CreateOrUpdateAsync 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 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)
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 .
- cancellationToken
- CancellationToken
Token de cancelación.
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