Compartir a través de


ServicesOperationsExtensions.CreateOrUpdate Método

Definición

Crea o actualiza un servicio en la topología de servicio.

public static Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource CreateOrUpdate (this Microsoft.Azure.Management.DeploymentManager.IServicesOperations operations, string resourceGroupName, string serviceTopologyName, string serviceName, Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource serviceInfo);
static member CreateOrUpdate : Microsoft.Azure.Management.DeploymentManager.IServicesOperations * string * string * string * Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource
<Extension()>
Public Function CreateOrUpdate (operations As IServicesOperations, resourceGroupName As String, serviceTopologyName As String, serviceName As String, serviceInfo As ServiceResource) As ServiceResource

Parámetros

operations
IServicesOperations

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

resourceGroupName
String

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

serviceTopologyName
String

Nombre de la topología de servicio .

serviceName
String

Nombre del recurso de servicio.

serviceInfo
ServiceResource

El objeto de servicio

Devoluciones

Comentarios

Crea de forma sincrónica un nuevo servicio o actualiza un servicio existente.

Se aplica a