你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithPublicOrPrivateImageRegistry 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许指定仅公共或专用映像注册表的容器组定义的阶段。
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) |