NeighborGroupPatchableProperties Class

Definition

Neighbor Group Patchable Properties defines the patchable properties of the resource.

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

Constructors

Name Description
NeighborGroupPatchableProperties()

Creates an new NeighborGroupPatchableProperties instance.

Properties

Name Description
Destination

An array of destination IPv4 Addresses or IPv6 Addresses.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NeighborGroupPatchableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NeighborGroupPatchableProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NeighborGroupPatchableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to