次の方法で共有


PrivateLinkResources interface

PrivateLinkResources を表すインターフェイス。

メソッド

listByStorageAccount(string, string, PrivateLinkResourcesListByStorageAccountOptionalParams)

ストレージ アカウント用に作成する必要があるプライベート リンク リソースを取得します。

メソッドの詳細

listByStorageAccount(string, string, PrivateLinkResourcesListByStorageAccountOptionalParams)

ストレージ アカウント用に作成する必要があるプライベート リンク リソースを取得します。

function listByStorageAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByStorageAccountOptionalParams): Promise<PrivateLinkResourceListResult>

パラメーター

resourceGroupName

string

ユーザーのサブスクリプション内のリソース グループの名前。 名前の大文字と小文字は区別されます。

accountName

string

指定したリソース グループ内のストレージ アカウントの名前。 ストレージ アカウント名の長さは 3 ~ 24 文字で、数字と小文字のみを使用する必要があります。

options
PrivateLinkResourcesListByStorageAccountOptionalParams

options パラメーター。

戻り値