IPConfiguration Class

Definition

IP configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPConfigurationTypeConverter))]
public class IPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPConfigurationTypeConverter))>]
type IPConfiguration = class
    interface IIPConfiguration
    interface IJsonSerializable
    interface ISubResourceAutoGenerated
    interface IValidates
Public Class IPConfiguration
Implements IIPConfiguration, IValidates
Inheritance
IPConfiguration
Attributes
Implements

Constructors

IPConfiguration()

Creates an new IPConfiguration instance.

Properties

Etag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

Name

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Property

Properties of the IP configuration.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfiguration.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to