共用方式為


ArmMachineLearningModelFactory.MachineLearningNotebookResourceInfo Method

Definition

Overloads

MachineLearningNotebookResourceInfo(String, String, MachineLearningNotebookPreparationError)

Initializes a new instance of MachineLearningNotebookResourceInfo.

MachineLearningNotebookResourceInfo(String, Nullable<Boolean>, MachineLearningNotebookPreparationError, String)

Initializes a new instance of MachineLearningNotebookResourceInfo.

MachineLearningNotebookResourceInfo(String, String, MachineLearningNotebookPreparationError)

Initializes a new instance of MachineLearningNotebookResourceInfo.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo MachineLearningNotebookResourceInfo (string fqdn = default, string resourceId = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError notebookPreparationError = default);
static member MachineLearningNotebookResourceInfo : string * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError -> Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo
Public Shared Function MachineLearningNotebookResourceInfo (Optional fqdn As String = Nothing, Optional resourceId As String = Nothing, Optional notebookPreparationError As MachineLearningNotebookPreparationError = Nothing) As MachineLearningNotebookResourceInfo

Parameters

fqdn
String
resourceId
String

the data plane resourceId that used to initialize notebook component.

notebookPreparationError
MachineLearningNotebookPreparationError

The error that occurs when preparing notebook.

Returns

A new MachineLearningNotebookResourceInfo instance for mocking.

Applies to

MachineLearningNotebookResourceInfo(String, Nullable<Boolean>, MachineLearningNotebookPreparationError, String)

Source:
ArmMachineLearningModelFactory.cs

Initializes a new instance of MachineLearningNotebookResourceInfo.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo MachineLearningNotebookResourceInfo (string fqdn = default, bool? isPrivateLinkEnabled = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError notebookPreparationError = default, string resourceId = default);
static member MachineLearningNotebookResourceInfo : string * Nullable<bool> * Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookPreparationError * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningNotebookResourceInfo
Public Shared Function MachineLearningNotebookResourceInfo (Optional fqdn As String = Nothing, Optional isPrivateLinkEnabled As Nullable(Of Boolean) = Nothing, Optional notebookPreparationError As MachineLearningNotebookPreparationError = Nothing, Optional resourceId As String = Nothing) As MachineLearningNotebookResourceInfo

Parameters

fqdn
String
isPrivateLinkEnabled
Nullable<Boolean>
notebookPreparationError
MachineLearningNotebookPreparationError

The error that occurs when preparing notebook.

resourceId
String

the data plane resourceId that used to initialize notebook component.

Returns

A new MachineLearningNotebookResourceInfo instance for mocking.

Applies to