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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.