共用方式為


BlobServicePropertiesImpl.IWithStorageAccount.WithExistingStorageAccount Method

Definition

Specifies resourceGroupName, accountName.

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

Parameters

resourceGroupName
String

The name of the resource group within the user's subscription. The name is case insensitive.

accountName
String

The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns

Implements

Applies to