NeighborGroupPatchProperties Class

Definition

Neighbor Group Patch properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborGroupPatchPropertiesTypeConverter))]
public class NeighborGroupPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INeighborGroupPatchProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborGroupPatchPropertiesTypeConverter))>]
type NeighborGroupPatchProperties = class
    interface INeighborGroupPatchProperties
    interface IJsonSerializable
    interface IAnnotationResource
    interface INeighborGroupPatchableProperties
    interface IValidates
Public Class NeighborGroupPatchProperties
Implements INeighborGroupPatchProperties, IValidates
Inheritance
NeighborGroupPatchProperties
Attributes
Implements

Constructors

Name Description
NeighborGroupPatchProperties()

Creates an new NeighborGroupPatchProperties instance.

Properties

Name Description
Annotation

Switch configuration description.

Destination

An array of destination IPv4 Addresses or IPv6 Addresses.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NeighborGroupPatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NeighborGroupPatchProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NeighborGroupPatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to