次の方法で共有


IWithStorageAccount.WithExistingStorageAccount(String, String) メソッド

定義

resourceGroupName、accountName を指定します。

public Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate WithExistingStorageAccount (string resourceGroupName, string accountName);
abstract member WithExistingStorageAccount : string * string -> Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate
Public Function WithExistingStorageAccount (resourceGroupName As String, accountName As String) As IWithCreate

パラメーター

resourceGroupName
String

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

accountName
String

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

戻り値

適用対象