Package-level declarations
Types
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: Map<String, Any>? = null, val order: Int, val parts: List<DashboardPartsResponse>)
A dashboard lens.
Link copied to clipboard
data class DashboardPartsResponse(val metadata: MarkdownPartMetadataResponse? = null, val position: DashboardPartsResponsePosition)
A dashboard part.
Link copied to clipboard
Link copied to clipboard
Cloud shell console
Link copied to clipboard
Cloud shell console
Link copied to clipboard
Link copied to clipboard
data class GetTenantConfigurationResult(val enforcePrivateMarkdownStorage: Boolean? = null, val id: String, val name: String, val type: String)
Tenant configuration.
Link copied to clipboard
Response to get user settings
Link copied to clipboard
Response to get user settings
Link copied to clipboard
data class ListListTenantConfigurationViolationResult(val nextLink: String? = null, val value: List<ViolationResponse>? = null)
List of list of items that violate tenant's configuration.
Link copied to clipboard
data class MarkdownPartMetadataResponse(val inputs: List<Any>? = null, val settings: MarkdownPartMetadataResponseSettings? = null, val type: String)
Markdown part metadata.
Link copied to clipboard
data class MarkdownPartMetadataResponseContent(val settings: MarkdownPartMetadataResponseSettingsSettings? = null)
The content of markdown part.
Link copied to clipboard
data class MarkdownPartMetadataResponseSettings(val content: MarkdownPartMetadataResponseContent? = null)
Markdown part settings.
Link copied to clipboard
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
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.