Delen via


Workspace Constructors

Definitie

Overloads

Workspace()

Initialiseert een nieuw exemplaar van de klasse Workspace.

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

Initialiseert een nieuw exemplaar van de klasse Workspace.

Workspace()

Initialiseert een nieuw exemplaar van de klasse Workspace.

public Workspace ();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse Workspace.

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

De id van de resource

name
String

De naam van de resource

type
String

Het type resource

location
String

De locatie van de resource

tags
IDictionary<String,String>

De tags van de resource

creationTime
Nullable<DateTime>

Aanmaaktijd.

provisioningState
String

Inrichtingsstatus.

provisioningStateTransitionTime
Nullable<DateTime>

Overgangstijd van inrichtingsstatus.

Van toepassing op