InputDataMount(String, String) Constructor
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 InputDataMount.
public InputDataMount(string storageUri, string mountPath);
new Azure.AI.Discovery.InputDataMount : string * string -> Azure.AI.Discovery.InputDataMount
Public Sub New (storageUri As String, mountPath As String)
Parameters
- storageUri
- String
URI of input data to mount.
- mountPath
- String
Absolute path within the container at which to mount this input.
Exceptions
storageUri or mountPath is null.