FileServer Class
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.
File Server information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class FileServer : Microsoft.Azure.Management.BatchAI.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FileServer = class
inherit ProxyResource
Public Class FileServer
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
FileServer() |
Initializes a new instance of the FileServer class. |
FileServer(String, String, String, String, SshConfiguration, DataDisks, ResourceId, MountSettings, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the FileServer class. |
Properties
CreationTime |
Gets creation time. |
DataDisks |
Gets or sets data disks configuration. |
Id |
Gets the ID of the resource. (Inherited from ProxyResource) |
MountSettings |
Gets mount settings. |
Name |
Gets the name of the resource. (Inherited from ProxyResource) |
ProvisioningState |
Gets provisioning state. |
ProvisioningStateTransitionTime |
Gets provisioning State Transition time. |
SshConfiguration |
Gets or sets SSH configuration. |
Subnet |
Gets or sets subnet. |
Type |
Gets the type of the resource. (Inherited from ProxyResource) |
VmSize |
Gets or sets VM size. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET