ContainerHostBatchBindMountEntry Constructors
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.
Overloads
ContainerHostBatchBindMountEntry() |
Initializes a new instance of the ContainerHostBatchBindMountEntry class. |
ContainerHostBatchBindMountEntry(String, Nullable<Boolean>) |
Initializes a new instance of the ContainerHostBatchBindMountEntry class. |
ContainerHostBatchBindMountEntry()
Initializes a new instance of the ContainerHostBatchBindMountEntry class.
public ContainerHostBatchBindMountEntry ();
Public Sub New ()
Applies to
ContainerHostBatchBindMountEntry(String, Nullable<Boolean>)
Initializes a new instance of the ContainerHostBatchBindMountEntry class.
public ContainerHostBatchBindMountEntry (string source = default, bool? isReadOnly = default);
new Microsoft.Azure.Batch.Protocol.Models.ContainerHostBatchBindMountEntry : string * Nullable<bool> -> Microsoft.Azure.Batch.Protocol.Models.ContainerHostBatchBindMountEntry
Public Sub New (Optional source As String = Nothing, Optional isReadOnly As Nullable(Of Boolean) = Nothing)
Parameters
- source
- String
The path which be mounted to container customer can select.
Mount this source path as read-only mode or not. Default value is false (read/write mode).
Applies to
Azure SDK for .NET