L3IsolationDomainProperties 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.
L3 Isolation Domain Properties defines the properties of the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3IsolationDomainPropertiesTypeConverter))]
public class L3IsolationDomainProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3IsolationDomainProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3IsolationDomainPropertiesTypeConverter))>]
type L3IsolationDomainProperties = class
interface IL3IsolationDomainProperties
interface IJsonSerializable
interface IAnnotationResource
interface IL3IsolationDomainPatchableProperties
interface IValidates
Public Class L3IsolationDomainProperties
Implements IL3IsolationDomainProperties, IValidates
- Inheritance
-
L3IsolationDomainProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| L3IsolationDomainProperties() |
Creates an new L3IsolationDomainProperties instance. |
Properties
| Name | Description |
|---|---|
| AdministrativeState |
Administrative state of the resource. |
| AggregateRouteConfiguration |
Aggregate route configurations. |
| Annotation |
Switch configuration description. |
| ConfigurationState |
Configuration state of the resource. |
| ConnectedSubnetRoutePolicy |
Connected Subnet RoutePolicy |
| NetworkFabricId |
ARM Resource ID of the Network Fabric. |
| ProvisioningState |
Provisioning state of the resource. |
| RedistributeConnectedSubnet |
Advertise Connected Subnets. Ex: "True" | "False". |
| RedistributeStaticRoute |
Advertise Static Routes. Ex: "True" | "False". |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of L3IsolationDomainProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of L3IsolationDomainProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3IsolationDomainProperties. |
| FromJsonString(String) |
Creates a new instance of L3IsolationDomainProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of L3IsolationDomainProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |