Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Workspace

Package version

interface

An interface representing Workspace. Information about workspace.

extends

TrackedResource

Hierarchy

Index

Properties

Optional authorizations

member

{WorkspaceProviderAuthorization[]} [authorizations] The workspace provider authorizations.

Optional id

id: undefined | string
member

{string} [id] Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

location

location: string
member

{string} location The geo-location where the resource lives

managedResourceGroupId

managedResourceGroupId: string
member

{string} managedResourceGroupId The managed resource group Id.

Optional name

name: undefined | string
member

{string} [name] The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional parameters

parameters: any
member

{any} [parameters] Name and value pairs that define the workspace parameters.

Optional provisioningState

provisioningState: ProvisioningState
member

{ProvisioningState} [provisioningState] The workspace provisioning state. Possible values include: 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating' NOTE: This property will not be serialized. It can only be populated by the server.

Optional sku

sku: Sku
member

{Sku} [sku] The SKU of the resource.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Resource tags.

Optional type

type: undefined | string
member

{string} [type] The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. NOTE: This property will not be serialized. It can only be populated by the server.

Optional uiDefinitionUri

uiDefinitionUri: undefined | string
member

{string} [uiDefinitionUri] The blob URI where the UI definition file is located.

Generated using TypeDoc