CacheMountTargetProperties 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.
Contains all the information needed to mount a cache
public class CacheMountTargetProperties
type CacheMountTargetProperties = class
Public Class CacheMountTargetProperties
- Inheritance
-
CacheMountTargetProperties
Constructors
| Name | Description |
|---|---|
| CacheMountTargetProperties() |
Initializes a new instance of the CacheMountTargetProperties class. |
| CacheMountTargetProperties(String, String, String) |
Initializes a new instance of the CacheMountTargetProperties class. |
Properties
| Name | Description |
|---|---|
| IPAddress |
Gets the mount target's IPv4 address, used to mount the cache. |
| MountTargetId |
Gets uUID v4 used to identify the MountTarget |
| SmbServerFqdn |
Gets the SMB server's Fully Qualified Domain Name, FQDN |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |