Class ServiceTagInformationInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ServiceTagInformationInner
The service tag information.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ServiceTagInformationInner class. -
Method Summary
Modifier and TypeMethodDescriptionid()Get the id property: The ID of service tag.name()Get the name property: The name of service tag.Get the properties property: Properties of the service tag information.Get the serviceTagChangeNumber property: The iteration number of service tag object for region.voidvalidate()Validates the instance.
-
Constructor Details
-
ServiceTagInformationInner
public ServiceTagInformationInner()Creates an instance of ServiceTagInformationInner class.
-
-
Method Details
-
properties
Get the properties property: Properties of the service tag information.- Returns:
- the properties value.
-
name
Get the name property: The name of service tag.- Returns:
- the name value.
-
id
Get the id property: The ID of service tag.- Returns:
- the id value.
-
serviceTagChangeNumber
Get the serviceTagChangeNumber property: The iteration number of service tag object for region.- Returns:
- the serviceTagChangeNumber value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-