PrivateLinkServiceIpConfiguration Class

The private link service ip configuration.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.v2019_08_01.models._models_py3.SubResource
PrivateLinkServiceIpConfiguration

Constructor

PrivateLinkServiceIpConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, private_ip_address: typing.Union[str, NoneType] = None, private_ip_allocation_method: typing.Union[str, _ForwardRef('IPAllocationMethod'), NoneType] = None, subnet: typing.Union[_ForwardRef('Subnet'), NoneType] = None, primary: typing.Union[bool, NoneType] = None, private_ip_address_version: typing.Union[str, _ForwardRef('IPVersion'), NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

The name of private link service ip configuration.

private_ip_address
str

The private IP address of the IP configuration.

private_ip_allocation_method
str or IPAllocationMethod

The private IP address allocation method. Possible values include: "Static", "Dynamic".

subnet
Subnet

The reference to the subnet resource.

primary
bool

Whether the ip configuration is primary or not.

private_ip_address_version
str or IPVersion

Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: "IPv4", "IPv6".

Variables

etag
str

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

type
str

The resource type.

provisioning_state
str or ProvisioningState

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