SmbStorage 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.
SMB storage properties.
public class SmbStorage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.SmbStorage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.SmbStorage>
type SmbStorage = class
interface IJsonModel<SmbStorage>
interface IPersistableModel<SmbStorage>
Public Class SmbStorage
Implements IJsonModel(Of SmbStorage), IPersistableModel(Of SmbStorage)
- Inheritance
-
SmbStorage
- Implements
Constructors
| Name | Description |
|---|---|
| SmbStorage() |
Initializes a new instance of SmbStorage. |
Properties
| Name | Description |
|---|---|
| AccessMode |
Access mode for storage. |
| Domain |
The domain name for the user. |
| Host |
The host name or IP address of the SMB server. |
| Password |
The password for the user. |
| ShareName |
The path to the SMB shared folder. |
| Username |
The user to log on to the SMB server. |