Class ServiceTagInformationPropertiesFormat
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ServiceTagInformationPropertiesFormat
-
public final class ServiceTagInformationPropertiesFormat extends Object
Properties of the service tag information.
-
-
Constructor Summary
Constructors Constructor Description ServiceTagInformationPropertiesFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>addressPrefixes()Get the addressPrefixes property: The list of IP address prefixes.StringchangeNumber()Get the changeNumber property: The iteration number of service tag.Stringregion()Get the region property: The region of service tag.Stringstate()Get the state property: The state of the service tag.StringsystemService()Get the systemService property: The name of system service.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
changeNumber
public String changeNumber()
Get the changeNumber property: The iteration number of service tag.- Returns:
- the changeNumber value.
-
region
public String region()
Get the region property: The region of service tag.- Returns:
- the region value.
-
systemService
public String systemService()
Get the systemService property: The name of system service.- Returns:
- the systemService value.
-
addressPrefixes
public List<String> addressPrefixes()
Get the addressPrefixes property: The list of IP address prefixes.- Returns:
- the addressPrefixes value.
-
state
public String state()
Get the state property: The state of the service tag.- Returns:
- the state value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-