Compartir a través de


ServiceTopologiesOperationsExtensions.Get Método

Definición

Obtiene la topología de servicio.

public static Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource Get (this Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations operations, string resourceGroupName, string serviceTopologyName);
static member Get : Microsoft.Azure.Management.DeploymentManager.IServiceTopologiesOperations * string * string -> Microsoft.Azure.Management.DeploymentManager.Models.ServiceTopologyResource
<Extension()>
Public Function Get (operations As IServiceTopologiesOperations, resourceGroupName As String, serviceTopologyName As String) As ServiceTopologyResource

Parámetros

operations
IServiceTopologiesOperations

Grupo de operaciones para 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 del servicio .

Devoluciones

Se aplica a