Partager via


GlobalParametersOperationsExtensions.Get Méthode

Définition

Obtient un paramètre Global

public static Microsoft.Azure.Management.DataFactory.Models.GlobalParameterResource Get (this Microsoft.Azure.Management.DataFactory.IGlobalParametersOperations operations, string resourceGroupName, string factoryName, string globalParameterName);
static member Get : Microsoft.Azure.Management.DataFactory.IGlobalParametersOperations * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.GlobalParameterResource
<Extension()>
Public Function Get (operations As IGlobalParametersOperations, resourceGroupName As String, factoryName As String, globalParameterName As String) As GlobalParameterResource

Paramètres

operations
IGlobalParametersOperations

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

resourceGroupName
String

Nom du groupe de ressources.

factoryName
String

Nom de la fabrique.

globalParameterName
String

Nom du paramètre global.

Retours

S’applique à