PrivateLinkServiceIPConfigurationProperties 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.
Properties of private link service IP configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateLinkServiceIPConfigurationPropertiesTypeConverter))]
public class PrivateLinkServiceIPConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfigurationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateLinkServiceIPConfigurationPropertiesTypeConverter))>]
type PrivateLinkServiceIPConfigurationProperties = class
interface IPrivateLinkServiceIPConfigurationProperties
interface IJsonSerializable
Public Class PrivateLinkServiceIPConfigurationProperties
Implements IPrivateLinkServiceIPConfigurationProperties
- Inheritance
-
PrivateLinkServiceIPConfigurationProperties
- Attributes
- Implements
Constructors
PrivateLinkServiceIPConfigurationProperties() |
Creates an new PrivateLinkServiceIPConfigurationProperties instance. |
Properties
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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateLinkServiceIPConfigurationProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateLinkServiceIPConfigurationProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceIPConfigurationProperties. |
FromJsonString(String) |
Creates a new instance of PrivateLinkServiceIPConfigurationProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateLinkServiceIPConfigurationProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |