EffectiveConnectivityConfiguration 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.
Compatibility declaration for the EffectiveConnectivityConfiguration type.
public class EffectiveConnectivityConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration>
type EffectiveConnectivityConfiguration = class
interface IJsonModel<EffectiveConnectivityConfiguration>
interface IPersistableModel<EffectiveConnectivityConfiguration>
Public Class EffectiveConnectivityConfiguration
Implements IJsonModel(Of EffectiveConnectivityConfiguration), IPersistableModel(Of EffectiveConnectivityConfiguration)
- Inheritance
-
EffectiveConnectivityConfiguration
- Derived
- Implements
Properties
| Name | Description |
|---|---|
| AppliesToGroups |
Gets or sets the AppliesToGroups compatibility property. |
| ConfigurationGroups |
Effective configuration groups. |
| ConnectivityCapabilities |
Collection of additional settings to enhance specific topology behaviors of the connectivity configuration resource. |
| ConnectivityTopology |
Connectivity topology type. |
| DeleteExistingPeering |
Flag if need to remove current existing peerings. |
| Description |
A description of the connectivity configuration. |
| Hubs |
Gets or sets the Hubs compatibility property. |
| Id |
Connectivity configuration ID. |
| IsGlobal |
Flag if global mesh is supported. |
| ProvisioningState |
The provisioning state of the connectivity configuration resource. |
| ResourceGuid |
Gets the ResourceGuid compatibility property. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<EffectiveConnectivityConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<EffectiveConnectivityConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<EffectiveConnectivityConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<EffectiveConnectivityConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<EffectiveConnectivityConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |