L3IsolationDomainPatch 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.
The L3 Isolation Domain patch resource definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3IsolationDomainPatchTypeConverter))]
public class L3IsolationDomainPatch : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3IsolationDomainPatch, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3IsolationDomainPatchTypeConverter))>]
type L3IsolationDomainPatch = class
interface IL3IsolationDomainPatch
interface IJsonSerializable
interface ITagsUpdate
interface IValidates
Public Class L3IsolationDomainPatch
Implements IL3IsolationDomainPatch, IValidates
- Inheritance
-
L3IsolationDomainPatch
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| L3IsolationDomainPatch() |
Creates an new L3IsolationDomainPatch instance. |
Properties
| Name | Description |
|---|---|
| AggregateRouteConfiguration |
Aggregate route configurations. |
| Annotation |
Switch configuration description. |
| ConnectedSubnetRoutePolicy |
Connected Subnet RoutePolicy |
| RedistributeConnectedSubnet |
Advertise Connected Subnets. Ex: "True" | "False". |
| RedistributeStaticRoute |
Advertise Static Routes. Ex: "True" | "False". |
| Tag |
Resource tags |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of L3IsolationDomainPatch. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of L3IsolationDomainPatch. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3IsolationDomainPatch. |
| FromJsonString(String) |
Creates a new instance of L3IsolationDomainPatch, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of L3IsolationDomainPatch into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |