Compartir a través de


CloudFileClient.SetServicePropertiesAsync Método

Definición

Sobrecargas

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

Parámetros

requestOptions
FileRequestOptions
operationContext
OperationContext
cancellationToken
CancellationToken

Devoluciones

Atributos

Se aplica a

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

Parámetros

Devoluciones

Atributos

Se aplica a

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

Parámetros

requestOptions
FileRequestOptions
operationContext
OperationContext

Devoluciones

Atributos

Se aplica a