你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于