Class PrivateLinkServiceIpConfiguration

java.lang.Object
com.microsoft.azure.SubResource
com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration

public class PrivateLinkServiceIpConfiguration extends com.microsoft.azure.SubResource
The private link service ip configuration.
  • Constructor Details

    • PrivateLinkServiceIpConfiguration

      public PrivateLinkServiceIpConfiguration()
  • Method Details

    • privateIPAddress

      public String privateIPAddress()
      Get the private IP address of the IP configuration.
      Returns:
      the privateIPAddress value
    • withPrivateIPAddress

      public PrivateLinkServiceIpConfiguration withPrivateIPAddress(String privateIPAddress)
      Set the private IP address of the IP configuration.
      Parameters:
      privateIPAddress - the privateIPAddress value to set
      Returns:
      the PrivateLinkServiceIpConfiguration object itself.
    • privateIPAllocationMethod

      public IPAllocationMethod privateIPAllocationMethod()
      Get the private IP address allocation method. Possible values include: 'Static', 'Dynamic'.
      Returns:
      the privateIPAllocationMethod value
    • withPrivateIPAllocationMethod

      public PrivateLinkServiceIpConfiguration withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
      Set the private IP address allocation method. Possible values include: 'Static', 'Dynamic'.
      Parameters:
      privateIPAllocationMethod - the privateIPAllocationMethod value to set
      Returns:
      the PrivateLinkServiceIpConfiguration object itself.
    • subnet

      public com.microsoft.azure.management.network.implementation.SubnetInner subnet()
      Get the reference to the subnet resource.
      Returns:
      the subnet value
    • withSubnet

      public PrivateLinkServiceIpConfiguration withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
      Set the reference to the subnet resource.
      Parameters:
      subnet - the subnet value to set
      Returns:
      the PrivateLinkServiceIpConfiguration object itself.
    • primary

      public Boolean primary()
      Get whether the ip configuration is primary or not.
      Returns:
      the primary value
    • withPrimary

      public PrivateLinkServiceIpConfiguration withPrimary(Boolean primary)
      Set whether the ip configuration is primary or not.
      Parameters:
      primary - the primary value to set
      Returns:
      the PrivateLinkServiceIpConfiguration object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioning state of the private link service IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.
      Returns:
      the provisioningState value
    • privateIPAddressVersion

      public IPVersion privateIPAddressVersion()
      Get whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'.
      Returns:
      the privateIPAddressVersion value
    • withPrivateIPAddressVersion

      public PrivateLinkServiceIpConfiguration withPrivateIPAddressVersion(IPVersion privateIPAddressVersion)
      Set whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'.
      Parameters:
      privateIPAddressVersion - the privateIPAddressVersion value to set
      Returns:
      the PrivateLinkServiceIpConfiguration object itself.
    • name

      public String name()
      Get the name of private link service ip configuration.
      Returns:
      the name value
    • withName

      public PrivateLinkServiceIpConfiguration withName(String name)
      Set the name of private link service ip configuration.
      Parameters:
      name - the name value to set
      Returns:
      the PrivateLinkServiceIpConfiguration object itself.
    • etag

      public String etag()
      Get a unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value
    • type

      public String type()
      Get the resource type.
      Returns:
      the type value