ServiceTagInformationPropertiesFormat Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ServiceTagInformationPropertiesFormat

public class ServiceTagInformationPropertiesFormat

Properties of the service tag information.

Constructor Summary

Constructor Description
ServiceTagInformationPropertiesFormat()

Method Summary

Modifier and Type Method and Description
java.util.List<java.lang.String> addressPrefixes()

Get the list of IP address prefixes.

java.lang.String changeNumber()

Get the iteration number of service tag.

java.lang.String region()

Get the region of service tag.

java.lang.String systemService()

Get the name of system service.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ServiceTagInformationPropertiesFormat

public ServiceTagInformationPropertiesFormat()

Method Details

addressPrefixes

public List addressPrefixes()

Get the list of IP address prefixes.

Returns:

the addressPrefixes value

changeNumber

public String changeNumber()

Get the iteration number of service tag.

Returns:

the changeNumber value

region

public String region()

Get the region of service tag.

Returns:

the region value

systemService

public String systemService()

Get the name of system service.

Returns:

the systemService value

Applies to