次の方法で共有


DiskAccessesOperationsExtensions.GetPrivateLinkResourcesAsync メソッド

定義

ディスク アクセス リソースで使用可能なプライベート リンク リソースを取得します

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.PrivateLinkResourceListResultInner> GetPrivateLinkResourcesAsync(this Microsoft.Azure.Management.Compute.Fluent.IDiskAccessesOperations operations, string resourceGroupName, string diskAccessName, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateLinkResourcesAsync : Microsoft.Azure.Management.Compute.Fluent.IDiskAccessesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.PrivateLinkResourceListResultInner>
<Extension()>
Public Function GetPrivateLinkResourcesAsync (operations As IDiskAccessesOperations, resourceGroupName As String, diskAccessName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResourceListResultInner)

パラメーター

operations
IDiskAccessesOperations

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

resourceGroupName
String

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

diskAccessName
String

作成されるディスク アクセス リソースの名前。 ディスク暗号化セットの作成後に名前を変更することはできません。 名前でサポートされている文字は、a から z、A から Z、0 から 9、_です。 名前の最大長は 80 文字です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象