Partager via


ProvidersOperationsExtensions.Get Méthode

Définition

Obtient le fournisseur de ressources spécifié.

public static Microsoft.Azure.Management.ResourceManager.Models.Provider Get (this Microsoft.Azure.Management.ResourceManager.IProvidersOperations operations, string resourceProviderNamespace, string expand = default);
static member Get : Microsoft.Azure.Management.ResourceManager.IProvidersOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.Provider
<Extension()>
Public Function Get (operations As IProvidersOperations, resourceProviderNamespace As String, Optional expand As String = Nothing) As Provider

Paramètres

operations
IProvidersOperations

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

resourceProviderNamespace
String

Espace de noms du fournisseur de ressources.

expand
String

Paramètre de requête $expand. Par exemple, pour inclure des alias de propriété dans la réponse, utilisez $expand=resourceTypes/aliases.

Retours

S’applique à