Package-level declarations

Types

Link copied to clipboard
data class GetSiteResult(val azureApiVersion: String, 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 GetSitesByServiceGroupResult(val azureApiVersion: String, 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 azureApiVersion: String, 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 SiteAddressPropertiesResponse(val city: String? = null, val country: String? = null, val postalCode: String? = null, val stateOrProvince: String? = null, val streetAddress1: String? = null, val streetAddress2: String? = null)

Site address properties

Link copied to clipboard
data class SitePropertiesResponse(val addressResourceId: String? = null, val description: String? = null, val displayName: String? = null, val labels: Map<String, String>? = null, val provisioningState: String, val siteAddress: SiteAddressPropertiesResponse? = null)

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.