ArmStorageMoverModelFactory.NfsMountEndpointProperties 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 NfsMountEndpointProperties.
public static Azure.ResourceManager.StorageMover.Models.NfsMountEndpointProperties NfsMountEndpointProperties (string description = default, Azure.ResourceManager.StorageMover.Models.StorageMoverProvisioningState? provisioningState = default, string host = default, Azure.ResourceManager.StorageMover.Models.NfsVersion? nfsVersion = default, string export = default);
static member NfsMountEndpointProperties : string * Nullable<Azure.ResourceManager.StorageMover.Models.StorageMoverProvisioningState> * string * Nullable<Azure.ResourceManager.StorageMover.Models.NfsVersion> * string -> Azure.ResourceManager.StorageMover.Models.NfsMountEndpointProperties
Public Shared Function NfsMountEndpointProperties (Optional description As String = Nothing, Optional provisioningState As Nullable(Of StorageMoverProvisioningState) = Nothing, Optional host As String = Nothing, Optional nfsVersion As Nullable(Of NfsVersion) = Nothing, Optional export As String = Nothing) As NfsMountEndpointProperties
Parameters
- description
- String
A description for the Endpoint.
- provisioningState
- Nullable<StorageMoverProvisioningState>
The provisioning state of this resource.
- host
- String
The host name or IP address of the server exporting the file system.
- nfsVersion
- Nullable<NfsVersion>
The NFS protocol version.
- export
- String
The directory being exported from the server.
Returns
A new NfsMountEndpointProperties instance for mocking.