GetCloudServiceResult

data class GetCloudServiceResult(val id: String, val location: String, val name: String, val properties: CloudServicePropertiesResponse, val systemData: SystemDataResponse? = null, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)

Describes the cloud service.

Constructors

Link copied to clipboard
constructor(id: String, location: String, name: String, properties: CloudServicePropertiesResponse, systemData: SystemDataResponse? = null, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Cloud service properties

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard
val zones: List<String>? = null

List of logical availability zone of the resource. List should contain only 1 zone where cloud service should be provisioned. This field is optional.