Show / Hide Table of Contents

Class WorkspaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WorkspaceArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.MachineLearning
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WorkspaceArgs : ResourceArgs

Constructors

View Source

WorkspaceArgs()

Declaration
public WorkspaceArgs()

Properties

View Source

ApplicationInsightsId

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>
View Source

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>
View Source

Description

The description of this Machine Learning Workspace.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FriendlyName

Friendly name for this Machine Learning Workspace.

Declaration
public Input<string> FriendlyName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Identity

An identity block defined below.

Declaration
public Input<WorkspaceIdentityArgs> Identity { get; set; }
Property Value
Type Description
Input<WorkspaceIdentityArgs>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.