ActiveConnectivityConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Active connectivity configuration.
public class ActiveConnectivityConfiguration : Microsoft.Azure.Management.Network.Models.EffectiveConnectivityConfiguration
type ActiveConnectivityConfiguration = class
inherit EffectiveConnectivityConfiguration
Public Class ActiveConnectivityConfiguration
Inherits EffectiveConnectivityConfiguration
- Inheritance
Constructors
ActiveConnectivityConfiguration() |
Initializes a new instance of the ActiveConnectivityConfiguration class. |
ActiveConnectivityConfiguration(String, IList<ConnectivityGroupItem>, String, String, IList<Hub>, String, String, String, IList<ConfigurationGroup>, Nullable<DateTime>, String) |
Initializes a new instance of the ActiveConnectivityConfiguration class. |
Properties
AppliesToGroups |
Gets or sets groups for configuration (Inherited from EffectiveConnectivityConfiguration) |
CommitTime |
Gets or sets deployment time string. |
ConfigurationGroups |
Gets or sets effective configuration groups. (Inherited from EffectiveConnectivityConfiguration) |
ConnectivityTopology |
Gets or sets connectivity topology type. Possible values include: 'HubAndSpoke', 'Mesh' (Inherited from EffectiveConnectivityConfiguration) |
DeleteExistingPeering |
Gets or sets flag if need to remove current existing peerings. Possible values include: 'False', 'True' (Inherited from EffectiveConnectivityConfiguration) |
Description |
Gets or sets a description of the connectivity configuration. (Inherited from EffectiveConnectivityConfiguration) |
Hubs |
Gets or sets list of hubItems (Inherited from EffectiveConnectivityConfiguration) |
Id |
Gets or sets connectivity configuration ID. (Inherited from EffectiveConnectivityConfiguration) |
IsGlobal |
Gets or sets flag if global mesh is supported. Possible values include: 'False', 'True' (Inherited from EffectiveConnectivityConfiguration) |
ProvisioningState |
Gets the provisioning state of the connectivity configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' (Inherited from EffectiveConnectivityConfiguration) |
Region |
Gets or sets deployment region. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET