Share via


Workspace Constructors

Definition

Overloads

Workspace()

Initializes a new instance of the Workspace class.

Workspace(String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, String, Nullable<DateTime>)

Initializes a new instance of the Workspace class.

Workspace()

Initializes a new instance of the Workspace class.

public Workspace ();
Public Sub New ()

Applies to

Workspace(String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, String, Nullable<DateTime>)

Initializes a new instance of the Workspace class.

public Workspace (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? creationTime = default, string provisioningState = default, DateTime? provisioningStateTransitionTime = default);
new Microsoft.Azure.Management.BatchAI.Models.Workspace : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * string * Nullable<DateTime> -> Microsoft.Azure.Management.BatchAI.Models.Workspace
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional provisioningStateTransitionTime As Nullable(Of DateTime) = Nothing)

Parameters

id
String

The ID of the resource

name
String

The name of the resource

type
String

The type of the resource

location
String

The location of the resource

tags
IDictionary<String,String>

The tags of the resource

creationTime
Nullable<DateTime>

Creation time.

provisioningState
String

Provisioning state.

provisioningStateTransitionTime
Nullable<DateTime>

Provisioning state transition time.

Applies to