ArmMachineLearningModelFactory.MachineLearningComputeInstanceDataMount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MachineLearningComputeInstanceDataMount.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceDataMount MachineLearningComputeInstanceDataMount (string source = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSourceType? sourceType = default, string mountName = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningMountAction? mountAction = default, string createdBy = default, string mountPath = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningMountState? mountState = default, DateTimeOffset? mountedOn = default, string error = default);
static member MachineLearningComputeInstanceDataMount : string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningSourceType> * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningMountAction> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningMountState> * Nullable<DateTimeOffset> * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceDataMount
Public Shared Function MachineLearningComputeInstanceDataMount (Optional source As String = Nothing, Optional sourceType As Nullable(Of MachineLearningSourceType) = Nothing, Optional mountName As String = Nothing, Optional mountAction As Nullable(Of MachineLearningMountAction) = Nothing, Optional createdBy As String = Nothing, Optional mountPath As String = Nothing, Optional mountState As Nullable(Of MachineLearningMountState) = Nothing, Optional mountedOn As Nullable(Of DateTimeOffset) = Nothing, Optional error As String = Nothing) As MachineLearningComputeInstanceDataMount
Parameters
- source
- String
Source of the ComputeInstance data mount.
- sourceType
- Nullable<MachineLearningSourceType>
Data source type.
- mountName
- String
name of the ComputeInstance data mount.
- mountAction
- Nullable<MachineLearningMountAction>
Mount Action.
- createdBy
- String
who this data mount created by.
- mountPath
- String
Path of this data mount.
- mountState
- Nullable<MachineLearningMountState>
Mount state.
- mountedOn
- Nullable<DateTimeOffset>
The time when the disk mounted.
- error
- String
Error of this data mount.
Returns
A new MachineLearningComputeInstanceDataMount instance for mocking.
Applies to
Azure SDK for .NET