Share via


CloudFileClient.SetServicePropertiesAsync Method

Definition

Overloads

SetServicePropertiesAsync(FileServiceProperties, FileRequestOptions, OperationContext, CancellationToken)
SetServicePropertiesAsync(FileServiceProperties)
SetServicePropertiesAsync(FileServiceProperties, FileRequestOptions, OperationContext)

SetServicePropertiesAsync(FileServiceProperties, FileRequestOptions, OperationContext, CancellationToken)

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

Parameters

requestOptions
FileRequestOptions
operationContext
OperationContext
cancellationToken
CancellationToken

Returns

Attributes

Applies to

SetServicePropertiesAsync(FileServiceProperties)

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

Parameters

Returns

Attributes

Applies to

SetServicePropertiesAsync(FileServiceProperties, FileRequestOptions, OperationContext)

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

Parameters

requestOptions
FileRequestOptions
operationContext
OperationContext

Returns

Attributes

Applies to