IPrivateLinkServiceIPConfiguration Interface

Definition

Entry point for private link service IP configuration management API in Azure.

public interface IPrivateLinkServiceIPConfiguration
type IPrivateLinkServiceIPConfiguration = interface
Public Interface IPrivateLinkServiceIPConfiguration

Properties

Etag

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

Id

Gets ID of the resource.

Name

Gets the name of private link service IP configuration.

Primary

Gets whether the ip configuration is primary or not.

PrivateIPAddress

Gets the private IP address of the IP configuration.

PrivateIPAddressVersion

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

PrivateIPAllocationMethod

Gets 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'

SubnetId

Gets the reference to the subnet resource.

Type

Gets the resource type.

Applies to