ExternalNetworkPatchableProperties 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 ExternalNetwork patchable properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPatchablePropertiesTypeConverter))]
public class ExternalNetworkPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IExternalNetworkPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ExternalNetworkPatchablePropertiesTypeConverter))>]
type ExternalNetworkPatchableProperties = class
interface IExternalNetworkPatchableProperties
interface IJsonSerializable
Public Class ExternalNetworkPatchableProperties
Implements IExternalNetworkPatchableProperties
- Inheritance
-
ExternalNetworkPatchableProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExternalNetworkPatchableProperties() |
Creates an new ExternalNetworkPatchableProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExternalNetworkPatchableProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExternalNetworkPatchableProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IExternalNetworkPatchableProperties. |
| FromJsonString(String) |
Creates a new instance of ExternalNetworkPatchableProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExternalNetworkPatchableProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |