次の方法で共有


IWithStorageAccount.WithNewStorageAccount メソッド

定義

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

public Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate WithNewStorageAccount (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> creatable);
abstract member WithNewStorageAccount : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Definition.IWithCreate
Public Function WithNewStorageAccount (creatable As ICreatable(Of IStorageAccount)) As IWithCreate

パラメーター

creatable
ICreatable<IStorageAccount>

作成するストレージ アカウント。

戻り値

適用対象