GetHyperVSiteResult

data class GetHyperVSiteResult(val eTag: String? = null, val id: String, val location: String? = null, val name: String? = null, val properties: SitePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Site REST Resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eTag: String? = null

eTag for concurrency control.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard
val location: String? = null

Azure location in which Sites is created.

Link copied to clipboard
val name: String? = null

Name of the Hyper-V site.

Link copied to clipboard

Nested properties of Hyper-V site.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

Type of resource. Type = Microsoft.OffAzure/HyperVSites.