get_workspace_details: Get the details of a workspace

View source: R/workspace.R

get_workspace_detailsR Documentation

Get the details of a workspace

Description

Returns the details of the workspace.

Usage

get_workspace_details(workspace)

Arguments

workspace

The Workspace object.

Value

Named list of the workspace details.

Details

The returned named list contains the following elements:

  • id: URI pointing to the workspace resource, containing subscription ID, resource group, and workspace name.

  • name: Workspace name.

  • location: Workspace region.

  • type: URI of the format "{providerName}/workspaces".

  • workspaceid: Workspace ID.

  • description: Workspace description.

  • friendlyName: Workspace friendly name.

  • creationTime: Time the workspace was created, in ISO8601.

  • containerRegistry: Workspace container registry.

  • keyVault: Workspace key vault.

  • applicationInsights: Workspace App Insights.

  • identityPrincipalId: Workspace identity principal ID.

  • identityTenantId: Workspace tenant ID.

  • identityType: Workspace identity type.

  • storageAccount: Workspace storage account.


Azure/azureml-sdk-for-r documentation built on Sept. 21, 2022, 5:45 a.m.