Get Workspace Result
data class GetWorkspaceResult(val authorizations: List<WorkspaceProviderAuthorizationResponse>? = null, val createdBy: CreatedByResponse? = null, val createdDateTime: String, val id: String, val location: String, val managedResourceGroupId: String, val name: String, val parameters: WorkspaceCustomParametersResponse? = null, val provisioningState: String, val sku: SkuResponse? = null, val storageAccountIdentity: ManagedIdentityConfigurationResponse? = null, val tags: Map<String, String>? = null, val type: String, val uiDefinitionUri: String? = null, val updatedBy: CreatedByResponse? = null, val workspaceId: String, val workspaceUrl: String)
Information about workspace.
Constructors
Link copied to clipboard
fun GetWorkspaceResult(authorizations: List<WorkspaceProviderAuthorizationResponse>? = null, createdBy: CreatedByResponse? = null, createdDateTime: String, id: String, location: String, managedResourceGroupId: String, name: String, parameters: WorkspaceCustomParametersResponse? = null, provisioningState: String, sku: SkuResponse? = null, storageAccountIdentity: ManagedIdentityConfigurationResponse? = null, tags: Map<String, String>? = null, type: String, uiDefinitionUri: String? = null, updatedBy: CreatedByResponse? = null, workspaceId: String, workspaceUrl: String)