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

ContainerGroupIPAddress 类

定义

容器组的 IP 地址。

public class ContainerGroupIPAddress
type ContainerGroupIPAddress = class
Public Class ContainerGroupIPAddress
继承
ContainerGroupIPAddress

构造函数

ContainerGroupIPAddress(IEnumerable<ContainerGroupPort>, ContainerGroupIPAddressType)

初始化 ContainerGroupIPAddress 的新实例。

属性

AddressType

指定 IP 是否向公共 Internet 或专用 VNET 公开。

AutoGeneratedDomainNameLabelScope

表示安全枚举的值。 如果未选择“不安全”值,则为默认值,表示对象的域名标签不受子域接管保护。 如果选择“TenantReuse”值,则为默认值,表示可以在同一租户中重复使用对象的域名标签。 “SubscriptionReuse”值表示可以在同一订阅中重复使用对象的域名标签。 “ResourceGroupReuse”值表示可以在同一资源组中重复使用对象的域名标签。 “NoReuse”值表示不能在同一资源组、订阅或租户中重复使用对象的域名标签。

DnsNameLabel

IP 的 DNS 名称标签。

Fqdn

IP 的 FQDN。

IP

向公共 Internet 公开的 IP。

Ports

容器组上公开的端口列表。

适用于