Partager via


ServiceUnitsOperationsExtensions.Get Méthode

Définition

Obtient l’unité de service.

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

Paramètres

operations
IServiceUnitsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serviceTopologyName
String

Nom de la topologie de service .

serviceName
String

Nom de la ressource de service.

serviceUnitName
String

Nom de la ressource d’unité de service.

Retours

S’applique à