L3IsolationDomainPatchableProperties 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 Patch Properties defines the patchable properties of the resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3IsolationDomainPatchablePropertiesTypeConverter))]
public class L3IsolationDomainPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3IsolationDomainPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3IsolationDomainPatchablePropertiesTypeConverter))>]
type L3IsolationDomainPatchableProperties = class
interface IL3IsolationDomainPatchableProperties
interface IJsonSerializable
Public Class L3IsolationDomainPatchableProperties
Implements IL3IsolationDomainPatchableProperties
- Inheritance
-
L3IsolationDomainPatchableProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| L3IsolationDomainPatchableProperties() |
Creates an new L3IsolationDomainPatchableProperties instance. |
Properties
| Name | Description |
|---|---|
| AggregateRouteConfiguration |
Aggregate route configurations. |
| ConnectedSubnetRoutePolicy |
Connected Subnet RoutePolicy |
| 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 L3IsolationDomainPatchableProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of L3IsolationDomainPatchableProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3IsolationDomainPatchableProperties. |
| FromJsonString(String) |
Creates a new instance of L3IsolationDomainPatchableProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of L3IsolationDomainPatchableProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |