ConnectedSubnetRoutePolicy 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.
Connected Subnet Route Policy properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ConnectedSubnetRoutePolicyTypeConverter))]
public class ConnectedSubnetRoutePolicy : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IConnectedSubnetRoutePolicy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ConnectedSubnetRoutePolicyTypeConverter))>]
type ConnectedSubnetRoutePolicy = class
interface IConnectedSubnetRoutePolicy
interface IJsonSerializable
Public Class ConnectedSubnetRoutePolicy
Implements IConnectedSubnetRoutePolicy
- Inheritance
-
ConnectedSubnetRoutePolicy
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ConnectedSubnetRoutePolicy() |
Creates an new ConnectedSubnetRoutePolicy instance. |
Properties
| Name | Description |
|---|---|
| ExportRoutePolicy |
Array of ARM Resource ID of the RoutePolicies. |
| ExportRoutePolicyId |
ARM Resource ID of the Route Policy. This is used for the backward compatibility. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectedSubnetRoutePolicy. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectedSubnetRoutePolicy. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IConnectedSubnetRoutePolicy. |
| FromJsonString(String) |
Creates a new instance of ConnectedSubnetRoutePolicy, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectedSubnetRoutePolicy into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |