次の方法で共有


IPAddressGroup Class

Definition

CDN Ip address group

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPAddressGroupTypeConverter))]
public class IPAddressGroup : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IIPAddressGroup
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPAddressGroupTypeConverter))>]
type IPAddressGroup = class
    interface IIPAddressGroup
    interface IJsonSerializable
Public Class IPAddressGroup
Implements IIPAddressGroup
Inheritance
IPAddressGroup
Attributes
Implements

Constructors

IPAddressGroup()

Creates an new IPAddressGroup instance.

Properties

DeliveryRegion

The delivery region of the ip address group

Ipv4Address

The list of ip v4 addresses.

Ipv6Address

The list of ip v6 addresses.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPAddressGroup.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPAddressGroup.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IIPAddressGroup.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPAddressGroup into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to