Get Service Result
data class GetServiceResult(val azureApiVersion: String, val etag: String? = null, val id: String, val identity: ServicesResourceResponseIdentity? = null, val kind: String, val location: String, val name: String, val properties: ServicesPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The description of the service.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, etag: String? = null, id: String, identity: ServicesResourceResponseIdentity? = null, kind: String, location: String, name: String, properties: ServicesPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Setting indicating whether the service has a managed identity associated with it.
Link copied to clipboard
The common properties of a service.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.