IPConfiguration 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.
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. |