ResourcesOperationsExtensions.Get メソッド

定義

リソースを取得します。

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

パラメーター

operations
IResourcesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

取得するリソースを含むリソース グループの名前。 名前の大文字と小文字は区別されます。

resourceProviderNamespace
String

リソース プロバイダーの名前空間。

parentResourcePath
String

親リソース ID。

resourceType
String

リソースのリソースの種類。

resourceName
String

取得するリソースの名前。

apiVersion
String

操作に使用する API バージョン。

戻り値

適用対象