ServiceTagsListResult Class

Definition

Response for the ListServiceTags API service call.

public class ServiceTagsListResult
type ServiceTagsListResult = class
Public Class ServiceTagsListResult
Inheritance
ServiceTagsListResult

Constructors

ServiceTagsListResult()

Initializes a new instance of the ServiceTagsListResult class.

ServiceTagsListResult(String, String, String, String, String, IList<ServiceTagInformation>, String)

Initializes a new instance of the ServiceTagsListResult class.

Properties

ChangeNumber

Gets the iteration number.

Cloud

Gets the name of the cloud.

Id

Gets the ID of the cloud.

Name

Gets the name of the cloud.

NextLink

Gets the URL to get next page of service tag information resources.

Type

Gets the azure resource type.

Values

Gets the list of service tag information resources.

Applies to