Class WorkspaceState
Inherited Members
Namespace: Pulumi.Azure.MachineLearning
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WorkspaceState : ResourceArgs
Constructors
View SourceWorkspaceState()
Declaration
public WorkspaceState()
Properties
View SourceApplicationInsightsId
The ID of the Application Insights associated with this Machine Learning Workspace. Changing this forces a new resource to be created.
Declaration
public Input<string> ApplicationInsightsId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ContainerRegistryId
The ID of the container registry associated with this Machine Learning Workspace. Changing this forces a new resource to be created.
Declaration
public Input<string> ContainerRegistryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of this Machine Learning Workspace.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FriendlyName
Friendly name for this Machine Learning Workspace.
Declaration
public Input<string> FriendlyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Identity
An identity block defined below.
Declaration
public Input<WorkspaceIdentityGetArgs> Identity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WorkspaceIdentityGetArgs> |
KeyVaultId
The ID of key vault associated with this Machine Learning Workspace. Changing this forces a new resource to be created.
Declaration
public Input<string> KeyVaultId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specifies the supported Azure location where the Machine Learning Workspace should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the Machine Learning Workspace. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
Specifies the name of the Resource Group in which the Machine Learning Workspace should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SkuName
SKU/edition of the Machine Learning Workspace, possible values are Basic for a basic workspace or Enterprise for a feature rich workspace. Defaults to Basic.
Declaration
public Input<string> SkuName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StorageAccountId
The ID of the Storage Account associated with this Machine Learning Workspace. Changing this forces a new resource to be created.
Declaration
public Input<string> StorageAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource. Changing this forces a new resource to be created.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |