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

IWithPublicIPAddressNoDnsLabel<ReturnT> 接口

定义

允许将资源与公共 IP 地址关联但不允许创建具有 DNS 叶标签的定义阶段。

public interface IWithPublicIPAddressNoDnsLabel<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress<ReturnT>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithNewPublicIPAddressNoDnsLabel<ReturnT>
type IWithPublicIPAddressNoDnsLabel<'ReturnT> = interface
    interface IWithExistingPublicIPAddress<'ReturnT>
    interface IWithNewPublicIPAddressNoDnsLabel<'ReturnT>
Public Interface IWithPublicIPAddressNoDnsLabel(Of ReturnT)
Implements IWithExistingPublicIPAddress(Of ReturnT), IWithNewPublicIPAddressNoDnsLabel(Of ReturnT)

类型参数

ReturnT

定义的下一阶段。

派生
实现

方法

WithExistingPublicIPAddress(IPublicIPAddress)

将现有公共 IP 地址与资源相关联。

(继承自 IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

将现有公共 IP 地址与资源相关联。

(继承自 IWithExistingPublicIPAddress<ReturnT>)
WithNewPublicIPAddress()

在资源所在的同一区域和组中创建新的公共 IP 地址,并将其与资源关联。 公共 IP 地址的内部名称和 DNS 标签将派生自资源的名称。

(继承自 IWithNewPublicIPAddressNoDnsLabel<ReturnT>)
WithNewPublicIPAddress(ICreatable<IPublicIPAddress>)

创建新的公共 IP 地址以与资源关联。

(继承自 IWithNewPublicIPAddressNoDnsLabel<ReturnT>)

适用于