Get Workspace Result
data class GetWorkspaceResult(val authorizations: List<WorkspaceProviderAuthorizationResponse>? = null, val createdBy: CreatedByResponse? = null, val createdDateTime: String, val diskEncryptionSetId: String, val encryption: WorkspacePropertiesResponseEncryption? = null, val id: String, val location: String, val managedDiskIdentity: ManagedIdentityConfigurationResponse? = null, val managedResourceGroupId: String, val name: String, val parameters: WorkspaceCustomParametersResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val requiredNsgRules: String? = null, val sku: SkuResponse? = null, val storageAccountIdentity: ManagedIdentityConfigurationResponse? = null, val systemData: SystemDataResponse, 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, diskEncryptionSetId: String, encryption: WorkspacePropertiesResponseEncryption? = null, id: String, location: String, managedDiskIdentity: ManagedIdentityConfigurationResponse? = null, managedResourceGroupId: String, name: String, parameters: WorkspaceCustomParametersResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, requiredNsgRules: String? = null, sku: SkuResponse? = null, storageAccountIdentity: ManagedIdentityConfigurationResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uiDefinitionUri: String? = null, updatedBy: CreatedByResponse? = null, workspaceId: String, workspaceUrl: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard