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

ConnectivityConfiguration 构造函数

定义

重载

ConnectivityConfiguration()

初始化 ConnectivityConfiguration 类的新实例。

ConnectivityConfiguration(String, IList<ConnectivityGroupItem>, String, String, String, String, String, IList<Hub>, String, String, String, SystemData)

初始化 ConnectivityConfiguration 类的新实例。

ConnectivityConfiguration()

初始化 ConnectivityConfiguration 类的新实例。

public ConnectivityConfiguration ();
Public Sub New ()

适用于

ConnectivityConfiguration(String, IList<ConnectivityGroupItem>, String, String, String, String, String, IList<Hub>, String, String, String, SystemData)

初始化 ConnectivityConfiguration 类的新实例。

public ConnectivityConfiguration (string connectivityTopology, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityGroupItem> appliesToGroups, string id = default, string name = default, string type = default, string etag = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Hub> hubs = default, string isGlobal = default, string provisioningState = default, string deleteExistingPeering = default, Microsoft.Azure.Management.Network.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Network.Models.ConnectivityConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConnectivityGroupItem> * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.Hub> * string * string * string * Microsoft.Azure.Management.Network.Models.SystemData -> Microsoft.Azure.Management.Network.Models.ConnectivityConfiguration
Public Sub New (connectivityTopology As String, appliesToGroups As IList(Of ConnectivityGroupItem), Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional description As String = Nothing, Optional hubs As IList(Of Hub) = Nothing, Optional isGlobal As String = Nothing, Optional provisioningState As String = Nothing, Optional deleteExistingPeering As String = Nothing, Optional systemData As SystemData = Nothing)

参数

connectivityTopology
String

连接拓扑类型。 可能的值包括:“HubAndSpoke”、“Mesh”

appliesToGroups
IList<ConnectivityGroupItem>

用于配置的组

id
String

资源 ID。

name
String

资源名称。

type
String

资源类型。

etag
String

一个唯一的只读字符串,每当资源更新时都会更改。

description
String

连接配置的说明。

hubs
IList<Hub>

hubItems 列表

isGlobal
String

标记是否支持全局网格。 可能的值包括:“False”、“True”

provisioningState
String

连接配置资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

deleteExistingPeering
String

如果需要删除当前现有对等互连,则进行标记。 可能的值包括:“False”、“True”

systemData
SystemData

与此资源相关的系统元数据。

适用于