共用方式為


ConnectivityConfiguration Class

Definition

The network manager connectivity configuration resource

[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectivityConfiguration : Microsoft.Azure.Management.Network.Models.ChildResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectivityConfiguration = class
    inherit ChildResource
Public Class ConnectivityConfiguration
Inherits ChildResource
Inheritance
ConnectivityConfiguration
Attributes

Constructors

ConnectivityConfiguration()

Initializes a new instance of the ConnectivityConfiguration class.

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

Initializes a new instance of the ConnectivityConfiguration class.

Properties

AppliesToGroups

Gets or sets groups for configuration

ConnectivityTopology

Gets or sets connectivity topology type. Possible values include: 'HubAndSpoke', 'Mesh'

DeleteExistingPeering

Gets or sets flag if need to remove current existing peerings. Possible values include: 'False', 'True'

Description

Gets or sets a description of the connectivity configuration.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

(Inherited from ChildResource)
Hubs

Gets or sets list of hubItems

Id

Gets resource ID.

(Inherited from ChildResource)
IsGlobal

Gets or sets flag if global mesh is supported. Possible values include: 'False', 'True'

Name

Gets resource name.

(Inherited from ChildResource)
ProvisioningState

Gets the provisioning state of the connectivity configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

SystemData

Gets the system metadata related to this resource.

Type

Gets resource type.

(Inherited from ChildResource)

Methods

Validate()

Validate the object.

Applies to