Bagikan melalui


IWithStorageAccountBeta.WithExistingStorageAccount(String) Method

Definition

The ID of an existing storage account for the container registry. If specified, the storage account must be in the same physical location as the container registry.

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate WithExistingStorageAccount (string id);
abstract member WithExistingStorageAccount : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate
Public Function WithExistingStorageAccount (id As String) As IWithCreate

Parameters

id
String

The resource ID of the storage account; must be in the same physical location as the container registry.

Returns

Applies to