Class IPConfigurationProfile

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

public class IPConfigurationProfile extends com.microsoft.azure.SubResource
IP configuration profile child resource.
  • Constructor Details

    • IPConfigurationProfile

      public IPConfigurationProfile()
  • Method Details

    • subnet

      public com.microsoft.azure.management.network.implementation.SubnetInner subnet()
      Get the reference to the subnet resource to create a container network interface ip configuration.
      Returns:
      the subnet value
    • withSubnet

      public IPConfigurationProfile withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
      Set the reference to the subnet resource to create a container network interface ip configuration.
      Parameters:
      subnet - the subnet value to set
      Returns:
      the IPConfigurationProfile object itself.
    • provisioningState

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

      public String name()
      Get the name of the resource. This name can be used to access the resource.
      Returns:
      the name value
    • withName

      public IPConfigurationProfile withName(String name)
      Set the name of the resource. This name can be used to access the resource.
      Parameters:
      name - the name value to set
      Returns:
      the IPConfigurationProfile object itself.
    • type

      public String type()
      Get sub Resource type.
      Returns:
      the type value
    • etag

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