Class VirtualMachineScaleSetIpTag
java.lang.Object
com.microsoft.azure.management.compute.VirtualMachineScaleSetIpTag
Contains the IP tag associated with the public IP address.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet iP tag type.tag()
Get iP tag associated with the public IP.withIpTagType
(String ipTagType) Set iP tag type.Set iP tag associated with the public IP.
-
Constructor Details
-
VirtualMachineScaleSetIpTag
public VirtualMachineScaleSetIpTag()
-
-
Method Details
-
ipTagType
Get iP tag type. Example: FirstPartyUsage.- Returns:
- the ipTagType value
-
withIpTagType
Set iP tag type. Example: FirstPartyUsage.- Parameters:
ipTagType
- the ipTagType value to set- Returns:
- the VirtualMachineScaleSetIpTag object itself.
-
tag
Get iP tag associated with the public IP. Example: SQL, Storage etc.- Returns:
- the tag value
-
withTag
Set iP tag associated with the public IP. Example: SQL, Storage etc.- Parameters:
tag
- the tag value to set- Returns:
- the VirtualMachineScaleSetIpTag object itself.
-