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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET