IExternalNetworkPatchableProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPatchablePropertiesTypeConverter))]
public interface IExternalNetworkPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPatchablePropertiesTypeConverter))>]
type IExternalNetworkPatchableProperties = interface
interface IJsonSerializable
Public Interface IExternalNetworkPatchableProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ExportRoutePolicy |
Export Route Policy either IPv4 or IPv6. |
| ExportRoutePolicyId |
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility. |
| ImportRoutePolicy |
Import Route Policy either IPv4 or IPv6. |
| ImportRoutePolicyId |
ARM Resource ID of the RoutePolicy. This is used for the backward compatibility. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |