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

ContainerGroupNetworkProfile 构造函数

定义

重载

ContainerGroupNetworkProfile()

初始化 ContainerGroupNetworkProfile 类的新实例。

ContainerGroupNetworkProfile(String)

初始化 ContainerGroupNetworkProfile 类的新实例。

ContainerGroupNetworkProfile()

初始化 ContainerGroupNetworkProfile 类的新实例。

public ContainerGroupNetworkProfile();
Public Sub New ()

适用于

ContainerGroupNetworkProfile(String)

初始化 ContainerGroupNetworkProfile 类的新实例。

public ContainerGroupNetworkProfile(string id);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupNetworkProfile : string -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupNetworkProfile
Public Sub New (id As String)

参数

id
String

网络配置文件的标识符。

适用于