Compartir a través de


ServicesOperationsExtensions.Get Método

Definición

Obtiene el servicio .

public static Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource Get (this Microsoft.Azure.Management.DeploymentManager.IServicesOperations operations, string resourceGroupName, string serviceTopologyName, string serviceName);
static member Get : Microsoft.Azure.Management.DeploymentManager.IServicesOperations * string * string * string -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceResource
<Extension()>
Public Function Get (operations As IServicesOperations, resourceGroupName As String, serviceTopologyName As String, serviceName As String) 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.

Devoluciones

Se aplica a