Get Workspace Result
data class GetWorkspaceResult(val adlaResourceId: String, val connectivityEndpoints: Map<String, String>? = null, val defaultDataLakeStorage: DataLakeStorageAccountDetailsResponse? = null, val encryption: EncryptionDetailsResponse? = null, val extraProperties: Map<String, Any>, val id: String, val identity: ManagedIdentityResponse? = null, val location: String, val managedResourceGroupName: String? = null, val managedVirtualNetwork: String? = null, val managedVirtualNetworkSettings: ManagedVirtualNetworkSettingsResponse? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val purviewConfiguration: PurviewConfigurationResponse? = null, val sqlAdministratorLogin: String? = null, val sqlAdministratorLoginPassword: String? = null, val tags: Map<String, String>? = null, val type: String, val virtualNetworkProfile: VirtualNetworkProfileResponse? = null, val workspaceRepositoryConfiguration: WorkspaceRepositoryConfigurationResponse? = null, val workspaceUID: String)
A workspace
Constructors
Link copied to clipboard
fun GetWorkspaceResult(adlaResourceId: String, connectivityEndpoints: Map<String, String>? = null, defaultDataLakeStorage: DataLakeStorageAccountDetailsResponse? = null, encryption: EncryptionDetailsResponse? = null, extraProperties: Map<String, Any>, id: String, identity: ManagedIdentityResponse? = null, location: String, managedResourceGroupName: String? = null, managedVirtualNetwork: String? = null, managedVirtualNetworkSettings: ManagedVirtualNetworkSettingsResponse? = null, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, provisioningState: String, publicNetworkAccess: String? = null, purviewConfiguration: PurviewConfigurationResponse? = null, sqlAdministratorLogin: String? = null, sqlAdministratorLoginPassword: String? = null, tags: Map<String, String>? = null, type: String, virtualNetworkProfile: VirtualNetworkProfileResponse? = null, workspaceRepositoryConfiguration: WorkspaceRepositoryConfigurationResponse? = null, workspaceUID: 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
Workspace managed resource group. The resource group name uniquely identifies the resource group within the user subscriptionId. The resource group name must be no longer than 90 characters long, and must be alphanumeric characters (Char.IsLetterOrDigit()) and '-', '_', '(', ')' and'.'. Note that the name cannot end with '.'
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