Freigeben über


ResourcesOperationsExtensions.Get Methode

Definition

Dient zum Abrufen einer Ressource.

public static Microsoft.Azure.Management.ResourceManager.Models.GenericResource Get (this Microsoft.Azure.Management.ResourceManager.IResourcesOperations operations, string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion);
static member Get : Microsoft.Azure.Management.ResourceManager.IResourcesOperations * string * string * string * string * string * string -> Microsoft.Azure.Management.ResourceManager.Models.GenericResource
<Extension()>
Public Function Get (operations As IResourcesOperations, resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, apiVersion As String) As GenericResource

Parameter

operations
IResourcesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die abzurufende Ressource enthält. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceProviderNamespace
String

Der Namespace des Ressourcenanbieters.

parentResourcePath
String

Die identität der übergeordneten Ressource.

resourceType
String

Der Ressourcentyp der Ressource.

resourceName
String

Der Name der abzurufenden Ressource.

apiVersion
String

Die API-Version, die für den Vorgang verwendet werden soll.

Gibt zurück

Gilt für: