IPCommunityPatch Class

Definition

The IP Community patch resource definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunityPatchTypeConverter))]
public class IPCommunityPatch : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IIPCommunityPatch, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IPCommunityPatchTypeConverter))>]
type IPCommunityPatch = class
    interface IIPCommunityPatch
    interface IJsonSerializable
    interface ITagsUpdate
    interface IValidates
Public Class IPCommunityPatch
Implements IIPCommunityPatch, IValidates
Inheritance
IPCommunityPatch
Attributes
Implements

Constructors

Name Description
IPCommunityPatch()

Creates an new IPCommunityPatch instance.

Properties

Name Description
IPCommunityRule

List of IP Community Rules.

Tag

Resource tags

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPCommunityPatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPCommunityPatch.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPCommunityPatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to