IGenericResources.Get(String, String, String, String, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une ressource appartenant à un groupe de ressources.
public Microsoft.Azure.Management.ResourceManager.Fluent.IGenericResource Get (string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion = default);
abstract member Get : string * string * string * string * string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.IGenericResource
Public Function Get (resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, Optional apiVersion As String = Nothing) As IGenericResource
Paramètres
- resourceGroupName
- String
resourceGroupName Nom du groupe de ressources. Le nom ne respecte pas la casse.
- resourceProviderNamespace
- String
resourceProviderNamespace Identité de ressource.
- parentResourcePath
- String
parentResourcePath Resource identity.
- resourceType
- String
resourceType Resource identity.
- resourceName
- String
resourceName Identité de ressource.
- apiVersion
- String
apiVersion valeur string
Retours
la ressource générique
S’applique à
Azure SDK for .NET