AclStatusResult Constructors
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.
Overloads
AclStatusResult() |
Initializes a new instance of the AclStatusResult class. |
AclStatusResult(AclStatus) |
Initializes a new instance of the AclStatusResult class. |
AclStatusResult()
Initializes a new instance of the AclStatusResult class.
public AclStatusResult ();
Public Sub New ()
Applies to
AclStatusResult(AclStatus)
Initializes a new instance of the AclStatusResult class.
public AclStatusResult (Microsoft.Azure.Management.DataLake.Store.Models.AclStatus aclStatus = default);
new Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult : Microsoft.Azure.Management.DataLake.Store.Models.AclStatus -> Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult
Public Sub New (Optional aclStatus As AclStatus = Nothing)
Parameters
- aclStatus
- AclStatus
the AclStatus object for a given file or directory.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET