NeighborGroupPatch 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 Neighbor Group Patch definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborGroupPatchTypeConverter))]
public class NeighborGroupPatch : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INeighborGroupPatch, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NeighborGroupPatchTypeConverter))>]
type NeighborGroupPatch = class
interface INeighborGroupPatch
interface IJsonSerializable
interface ITagsUpdate
interface IValidates
Public Class NeighborGroupPatch
Implements INeighborGroupPatch, IValidates
- Inheritance
-
NeighborGroupPatch
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NeighborGroupPatch() |
Creates an new NeighborGroupPatch instance. |
Properties
| Name | Description |
|---|---|
| Annotation |
Switch configuration description. |
| Destination |
An array of destination IPv4 Addresses or IPv6 Addresses. |
| Tag |
Resource tags |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NeighborGroupPatch. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NeighborGroupPatch. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INeighborGroupPatch. |
| FromJsonString(String) |
Creates a new instance of NeighborGroupPatch, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NeighborGroupPatch into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |