IPPrefixPatchableProperties Class

Definition

IP Prefix patchable properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPPrefixPatchablePropertiesTypeConverter))]
public class IPPrefixPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPPrefixPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPPrefixPatchablePropertiesTypeConverter))>]
type IPPrefixPatchableProperties = class
    interface IIPPrefixPatchableProperties
    interface IJsonSerializable
Public Class IPPrefixPatchableProperties
Implements IIPPrefixPatchableProperties
Inheritance
IPPrefixPatchableProperties
Attributes
Implements

Constructors

Name Description
IPPrefixPatchableProperties()

Creates an new IPPrefixPatchableProperties instance.

Properties

Name Description
IPPrefixRule

The list of IP Prefix Rules.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPPrefixPatchableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPPrefixPatchableProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPPrefixPatchableProperties.

FromJsonString(String)

Creates a new instance of IPPrefixPatchableProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPPrefixPatchableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to