Share via


CloudFileClient.GetServicePropertiesAsync Method

Definition

Overloads

GetServicePropertiesAsync(FileRequestOptions, OperationContext)
GetServicePropertiesAsync(FileRequestOptions, OperationContext, CancellationToken)
GetServicePropertiesAsync()

GetServicePropertiesAsync(FileRequestOptions, OperationContext)

[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.FileServiceProperties> GetServicePropertiesAsync (Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.FileServiceProperties>
override this.GetServicePropertiesAsync : Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.FileServiceProperties>
Public Overridable Function GetServicePropertiesAsync (options As FileRequestOptions, operationContext As OperationContext) As Task(Of FileServiceProperties)

Parameters

operationContext
OperationContext

Returns

Attributes

Applies to

GetServicePropertiesAsync(FileRequestOptions, OperationContext, CancellationToken)

[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.FileServiceProperties> GetServicePropertiesAsync (Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.FileServiceProperties>
override this.GetServicePropertiesAsync : Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.FileServiceProperties>
Public Overridable Function GetServicePropertiesAsync (options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of FileServiceProperties)

Parameters

operationContext
OperationContext
cancellationToken
CancellationToken

Returns

Attributes

Applies to

GetServicePropertiesAsync()

[Microsoft.WindowsAzure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.FileServiceProperties> GetServicePropertiesAsync ();
[<Microsoft.WindowsAzure.Storage.DoesServiceRequest>]
abstract member GetServicePropertiesAsync : unit -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.FileServiceProperties>
override this.GetServicePropertiesAsync : unit -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Storage.File.Protocol.FileServiceProperties>
Public Overridable Function GetServicePropertiesAsync () As Task(Of FileServiceProperties)

Returns

Attributes

Applies to