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

IWithPrimaryPublicIPAddress.WithNewPrimaryPublicIPAddress 方法

定义

重载

WithNewPrimaryPublicIPAddress()

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

WithNewPrimaryPublicIPAddress(ICreatable<IPublicIPAddress>)

根据提供的定义创建新的公共 IP 地址,以便与网络接口的主 IP 配置相关联。

WithNewPrimaryPublicIPAddress(String)

使用指定的 DNS 标签在资源所在的同一区域和组中创建新的公共 IP 地址,并将其与网络接口的主 IP 配置相关联。 公共 IP 地址的内部名称将派生自 DNS 标签。

WithNewPrimaryPublicIPAddress()

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

public Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate WithNewPrimaryPublicIPAddress ();
abstract member WithNewPrimaryPublicIPAddress : unit -> Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate
Public Function WithNewPrimaryPublicIPAddress () As IWithCreate

返回

适用于

WithNewPrimaryPublicIPAddress(ICreatable<IPublicIPAddress>)

根据提供的定义创建新的公共 IP 地址,以便与网络接口的主 IP 配置相关联。

public Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate WithNewPrimaryPublicIPAddress (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress> creatable);
abstract member WithNewPrimaryPublicIPAddress : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress> -> Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate
Public Function WithNewPrimaryPublicIPAddress (creatable As ICreatable(Of IPublicIPAddress)) As IWithCreate

参数

creatable
ICreatable<IPublicIPAddress>

新公共 IP 的可创建定义。

返回

适用于

WithNewPrimaryPublicIPAddress(String)

使用指定的 DNS 标签在资源所在的同一区域和组中创建新的公共 IP 地址,并将其与网络接口的主 IP 配置相关联。 公共 IP 地址的内部名称将派生自 DNS 标签。

public Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate WithNewPrimaryPublicIPAddress (string leafDnsLabel);
abstract member WithNewPrimaryPublicIPAddress : string -> Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate
Public Function WithNewPrimaryPublicIPAddress (leafDnsLabel As String) As IWithCreate

参数

leafDnsLabel
String

叶域标签。

返回

适用于