Package-level declarations
Types
Link copied to clipboard
data class GetSiteResult(val id: String, val name: String, val properties: SitePropertiesResponse, val systemData: SystemDataResponse, val type: String)
Site as ARM Resource
Link copied to clipboard
data class GetSitesBySubscriptionResult(val id: String, val name: String, val properties: SitePropertiesResponse, val systemData: SystemDataResponse, val type: String)
Site as ARM Resource
Link copied to clipboard
data class SitePropertiesResponse(val addressResourceId: String? = null, val description: String? = null, val displayName: String? = null, val provisioningState: String)
Site properties
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.