IPGroupProperties Class

Definition

IP Group properties.

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

Constructors

Name Description
IPGroupProperties()

Creates an new IPGroupProperties instance.

Properties

Name Description
IPAddressType

IP Address type.

IPPrefix

List of IP Prefixes.

Name

IP Group name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPGroupProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPGroupProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPGroupProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to