Share via


PrivateLinkServiceIpConfiguration Class

Definition

The private link service ip configuration.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateLinkServiceIpConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateLinkServiceIpConfiguration = class
    inherit SubResource
Public Class PrivateLinkServiceIpConfiguration
Inherits SubResource
Inheritance
PrivateLinkServiceIpConfiguration
Attributes

Constructors

PrivateLinkServiceIpConfiguration()

Initializes a new instance of the PrivateLinkServiceIpConfiguration class.

PrivateLinkServiceIpConfiguration(String, String, String, Subnet, Nullable<Boolean>, String, String, String, String, String)

Initializes a new instance of the PrivateLinkServiceIpConfiguration class.

Properties

Etag

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

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

Gets or sets the name of private link service ip configuration.

Primary

Gets or sets whether the ip configuration is primary or not.

PrivateIPAddress

Gets or sets the private IP address of the IP configuration.

PrivateIPAddressVersion

Gets or sets whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'

PrivateIPAllocationMethod

Gets or sets the private IP address allocation method. Possible values include: 'Static', 'Dynamic'

ProvisioningState

Gets the provisioning state of the private link service IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Subnet

Gets or sets the reference to the subnet resource.

Type

Gets the resource type.

Applies to