次の方法で共有


IWithPublicOrPrivateImageRegistry インターフェイス

定義

パブリックのみのイメージ レジストリまたはプライベート イメージ レジストリを指定できるコンテナー グループ定義のステージ。

public interface IWithPublicOrPrivateImageRegistry : Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithPrivateImageRegistry, Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithPublicImageRegistryOnly
type IWithPublicOrPrivateImageRegistry = interface
    interface IWithPublicImageRegistryOnly
    interface IWithPrivateImageRegistry
Public Interface IWithPublicOrPrivateImageRegistry
Implements IWithPrivateImageRegistry, IWithPublicImageRegistryOnly
派生
実装

メソッド

WithPrivateImageRegistry(String, String, String)

コンテナー グループのプライベート コンテナー イメージ レジストリ サーバー ログインを指定します。

(継承元 IWithPrivateImageRegistry)
WithPublicImageRegistryOnly()

コンテナー グループ内にコンテナー インスタンスを作成するには、パブリック コンテナー イメージ リポジトリのみが使用されます。

(継承元 IWithPublicImageRegistryOnly)

適用対象