Package-level declarations
Types
Link copied to clipboard
data class ConfigurationPropertiesResponse(val enforcePrivateMarkdownStorage: Boolean? = null, val provisioningState: String)
Tenant Configuration Properties with Provisioning state
Link copied to clipboard
data class ConsolePropertiesResponse(val osType: String, val provisioningState: String, val uri: String)
Cloud shell console properties.
Link copied to clipboard
data class DashboardLensResponse(val metadata: Any? = null, val order: Int, val parts: List<DashboardPartsResponse>)
A dashboard lens.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class DashboardPartsResponse(val metadata: DashboardPartMetadataResponse? = null, val position: DashboardPartsPositionResponse)
A dashboard part.
Link copied to clipboard
data class DashboardPropertiesWithProvisioningStateResponse(val lenses: List<DashboardLensResponse>? = null, val metadata: Any? = null, val provisioningState: String)
Dashboard Properties with Provisioning state
Link copied to clipboard
Cloud shell console
Link copied to clipboard
data class GetConsoleWithLocationResult(val azureApiVersion: String, val properties: ConsolePropertiesResponse)
Cloud shell console
Link copied to clipboard
data class GetDashboardResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: DashboardPropertiesWithProvisioningStateResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The shared dashboard resource definition.
Link copied to clipboard
data class GetTenantConfigurationResult(val azureApiVersion: String, val id: String, val name: String, val properties: ConfigurationPropertiesResponse, val systemData: SystemDataResponse, val type: String)
The tenant configuration resource definition.
Link copied to clipboard
data class GetUserSettingsResult(val azureApiVersion: String, val properties: UserPropertiesResponse)
Response to get user settings
Link copied to clipboard
data class GetUserSettingsWithLocationResult(val azureApiVersion: String, val properties: UserPropertiesResponse)
Response to get user settings
Link copied to clipboard
data class ListListTenantConfigurationViolationResult(val nextLink: String? = null, val value: List<ViolationResponse>)
List of list of items that violate tenant's configuration.
Link copied to clipboard
data class StorageProfileResponse(val diskSizeInGB: Int? = null, val fileShareName: String? = null, val storageAccountResourceId: String? = null)
The storage profile of the user settings.
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.
Link copied to clipboard
Settings for terminal appearance.
Link copied to clipboard
data class UserPropertiesResponse(val preferredLocation: String, val preferredOsType: String, val preferredShellType: String, val storageProfile: StorageProfileResponse, val terminalSettings: TerminalSettingsResponse)
The cloud shell user settings properties.
Link copied to clipboard
Violation information.