PrivateLinkServiceIpConfigurationInner Class

Definition

The private link service ip configuration.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateLinkServiceIpConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateLinkServiceIpConfigurationInner = class
    inherit SubResource
Public Class PrivateLinkServiceIpConfigurationInner
Inherits SubResource
Inheritance
PrivateLinkServiceIpConfigurationInner
Attributes

Constructors

PrivateLinkServiceIpConfigurationInner()

Initializes a new instance of the PrivateLinkServiceIpConfigurationInner class.

PrivateLinkServiceIpConfigurationInner(String, String, IPAllocationMethod, SubResource, Nullable<Boolean>, ProvisioningState, IPVersion, String, String, String)

Initializes a new instance of the PrivateLinkServiceIpConfigurationInner class.

Properties

Etag

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

Id

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