FilePathAvailabilityRequest 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 path availability request content - availability is based on the name and the subnetId.
public class FilePathAvailabilityRequest
type FilePathAvailabilityRequest = class
Public Class FilePathAvailabilityRequest
- Inheritance
-
FilePathAvailabilityRequest
Constructors
FilePathAvailabilityRequest() |
Initializes a new instance of the FilePathAvailabilityRequest class. |
FilePathAvailabilityRequest(String, String, String) |
Initializes a new instance of the FilePathAvailabilityRequest class. |
FilePathAvailabilityRequest(String, String) |
Initializes a new instance of the FilePathAvailabilityRequest class. |
Properties
AvailabilityZone |
Gets or sets the Azure Resource logical availability zone which is used within zone mapping lookup for the subscription and region. The lookup will retrieve the physical zone where volume is placed. |
Name |
Gets or sets file path to verify. |
SubnetId |
Gets or sets the Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes |
Methods
Validate() |
Validate the object. |