Get Workspace Result
data class GetWorkspaceResult(val allowPublicAccessWhenBehindVnet: Boolean? = null, val applicationInsights: String? = null, val containerRegistry: String? = null, val description: String? = null, val discoveryUrl: String? = null, val encryption: EncryptionPropertyResponse? = null, val friendlyName: String? = null, val hbiWorkspace: Boolean? = null, val id: String, val identity: IdentityResponse? = null, val imageBuildCompute: String? = null, val keyVault: String? = null, val location: String? = null, val name: String, val notebookInfo: NotebookResourceInfoResponse, val primaryUserAssignedIdentity: String? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val privateLinkCount: Int, val provisioningState: String, val serviceManagedResourcesSettings: ServiceManagedResourcesSettingsResponse? = null, val serviceProvisionedResourceGroup: String, val sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>? = null, val sku: SkuResponse? = null, val storageAccount: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val workspaceId: String)
An object that represents a machine learning workspace.
Constructors
Link copied to clipboard
fun GetWorkspaceResult(allowPublicAccessWhenBehindVnet: Boolean? = null, applicationInsights: String? = null, containerRegistry: String? = null, description: String? = null, discoveryUrl: String? = null, encryption: EncryptionPropertyResponse? = null, friendlyName: String? = null, hbiWorkspace: Boolean? = null, id: String, identity: IdentityResponse? = null, imageBuildCompute: String? = null, keyVault: String? = null, location: String? = null, name: String, notebookInfo: NotebookResourceInfoResponse, primaryUserAssignedIdentity: String? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, privateLinkCount: Int, provisioningState: String, serviceManagedResourcesSettings: ServiceManagedResourcesSettingsResponse? = null, serviceProvisionedResourceGroup: String, sharedPrivateLinkResources: List<SharedPrivateLinkResourceResponse>? = null, sku: SkuResponse? = null, storageAccount: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, workspaceId: 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
Link copied to clipboard
Link copied to clipboard