PrivateLinkServiceIPConfiguration 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.
The private link service ip configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateLinkServiceIPConfigurationTypeConverter))]
public class PrivateLinkServiceIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfiguration, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateLinkServiceIPConfigurationTypeConverter))>]
type PrivateLinkServiceIPConfiguration = class
interface IPrivateLinkServiceIPConfiguration
interface IJsonSerializable
interface ISubResourceAutoGenerated
interface IValidates
Public Class PrivateLinkServiceIPConfiguration
Implements IPrivateLinkServiceIPConfiguration, IValidates
- Inheritance
-
PrivateLinkServiceIPConfiguration
- Attributes
- Implements
Constructors
PrivateLinkServiceIPConfiguration() |
Creates an new PrivateLinkServiceIPConfiguration instance. |
Properties
Etag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. |
Name |
The name of private link service ip configuration. |
Primary |
Whether the ip configuration is primary or not. |
PrivateIPAddress |
The private IP address of the IP configuration. |
PrivateIPAddressVersion |
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. |
PrivateIPAllocationMethod |
The private IP address allocation method. |
ProvisioningState |
The provisioning state of the private link service IP configuration resource. |
Subnet |
The reference to the subnet resource. |
Type |
The resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateLinkServiceIPConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateLinkServiceIPConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfiguration. |
FromJsonString(String) |
Creates a new instance of PrivateLinkServiceIPConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateLinkServiceIPConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |