次の方法で共有


DisksOperationsExtensions.BeginGrantAccess メソッド

定義

ディスクへのアクセスを許可します。

public static Microsoft.Azure.Management.Compute.Models.AccessUri BeginGrantAccess (this Microsoft.Azure.Management.Compute.IDisksOperations operations, string resourceGroupName, string diskName, Microsoft.Azure.Management.Compute.Models.GrantAccessData grantAccessData);
static member BeginGrantAccess : Microsoft.Azure.Management.Compute.IDisksOperations * string * string * Microsoft.Azure.Management.Compute.Models.GrantAccessData -> Microsoft.Azure.Management.Compute.Models.AccessUri
<Extension()>
Public Function BeginGrantAccess (operations As IDisksOperations, resourceGroupName As String, diskName As String, grantAccessData As GrantAccessData) As AccessUri

パラメーター

operations
IDisksOperations

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

resourceGroupName
String

リソース グループの名前。

diskName
String

作成されるマネージド ディスクの名前。 ディスクの作成後に名前を変更することはできません。 名前でサポートされている文字は、a-z、A-Z、0-9、_ および -です。 名前の最大長は 80 文字です。

grantAccessData
GrantAccessData

ディスク アクセスの取得操作の本文で指定されたアクセス データ オブジェクト。

戻り値

適用対象