IStorageFileManagement.FetchShareAttributes Method
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
FetchShareAttributes(CloudFileShare, AccessCondition, FileRequestOptions, OperationContext)
Retrieve the share's attributes.
public void FetchShareAttributes (Microsoft.Azure.Storage.File.CloudFileShare share, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
abstract member FetchShareAttributes : Microsoft.Azure.Storage.File.CloudFileShare * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Sub FetchShareAttributes (share As CloudFileShare, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext)
Parameters
- share
- CloudFileShare
Indicating the share.
- accessCondition
- AccessCondition
A Microsoft.WindowsAzure.Storage.AccessCondition object that represents the access conditions for the share. If null, no condition is used.
- options
- FileRequestOptions
A Microsoft.Azure.Storage.File.FileRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
A Microsoft.WindowsAzure.Storage.OperationContext object that represents the context for the current operation.
Applies to
FetchShareAttributes(CloudFileShare, AccessCondition, FileRequestOptions, OperationContext)
public void FetchShareAttributes (Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
abstract member FetchShareAttributes : Microsoft.WindowsAzure.Storage.File.CloudFileShare * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> unit
Public Sub FetchShareAttributes (share As CloudFileShare, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext)
Parameters
- share
- CloudFileShare
- accessCondition
- AccessCondition
- options
- FileRequestOptions
- operationContext
- OperationContext