CloudFileShare.GetFilePermission 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.
Gets a File Permission.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual string GetFilePermission (string filePermissionKey, Microsoft.Azure.Storage.File.FileRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member GetFilePermission : string * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
override this.GetFilePermission : string * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
Public Overridable Function GetFilePermission (filePermissionKey As String, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As String
Parameters
- filePermissionKey
- String
Key of the file permission to retrieve.
- options
- FileRequestOptions
A FileRequestOptions object that specifies additional options for the request. If null
, default options are applied to the request.
- operationContext
- OperationContext
An OperationContext object that represents the context for the current operation.
Returns
The file permission key
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET