Class VirtualMachineScaleSetIpTag

java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineScaleSetIpTag

public class VirtualMachineScaleSetIpTag extends Object
Contains the IP tag associated with the public IP address.
  • Constructor Details

    • VirtualMachineScaleSetIpTag

      public VirtualMachineScaleSetIpTag()
  • Method Details

    • ipTagType

      public String ipTagType()
      Get iP tag type. Example: FirstPartyUsage.
      Returns:
      the ipTagType value
    • withIpTagType

      public VirtualMachineScaleSetIpTag withIpTagType(String ipTagType)
      Set iP tag type. Example: FirstPartyUsage.
      Parameters:
      ipTagType - the ipTagType value to set
      Returns:
      the VirtualMachineScaleSetIpTag object itself.
    • tag

      public String tag()
      Get iP tag associated with the public IP. Example: SQL, Storage etc.
      Returns:
      the tag value
    • withTag

      public VirtualMachineScaleSetIpTag withTag(String tag)
      Set iP tag associated with the public IP. Example: SQL, Storage etc.
      Parameters:
      tag - the tag value to set
      Returns:
      the VirtualMachineScaleSetIpTag object itself.