次の方法で共有


IWithStorageAccount.WithExistingStorageAccount(IStorageAccount) メソッド

定義

コンテナー レジストリのストレージ アカウントのパラメーター。 指定した場合、ストレージ アカウントはコンテナー レジストリと同じ物理的な場所にある必要があります。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate WithExistingStorageAccount (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount);
abstract member WithExistingStorageAccount : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate
Public Function WithExistingStorageAccount (storageAccount As IStorageAccount) As IWithCreate

パラメーター

storageAccount
IStorageAccount

ストレージ アカウント。

戻り値

適用対象