Class ServiceTagInformationInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ServiceTagInformationInner
-
public final class ServiceTagInformationInner extends Object
The service tag information.
-
-
Constructor Summary
Constructors Constructor Description ServiceTagInformationInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: The ID of service tag.Stringname()Get the name property: The name of service tag.ServiceTagInformationPropertiesFormatproperties()Get the properties property: Properties of the service tag information.StringserviceTagChangeNumber()Get the serviceTagChangeNumber property: The iteration number of service tag object for region.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
properties
public ServiceTagInformationPropertiesFormat properties()
Get the properties property: Properties of the service tag information.- Returns:
- the properties value.
-
name
public String name()
Get the name property: The name of service tag.- Returns:
- the name value.
-
id
public String id()
Get the id property: The ID of service tag.- Returns:
- the id value.
-
serviceTagChangeNumber
public String 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.
-
-