ShareServiceClient.SetProperties Method

Definition

The SetProperties(ShareServiceProperties, CancellationToken) operation sets properties for a storage account’s File service endpoint, including properties for Storage Analytics, CORS (Cross-Origin Resource Sharing) rules and soft delete settings. You can also use this operation to set the default request version for all incoming requests to the File service that do not have a version specified.

For more information, see Set File Service Properties.

public virtual Azure.Response SetProperties (Azure.Storage.Files.Shares.Models.ShareServiceProperties properties, System.Threading.CancellationToken cancellationToken = default);
abstract member SetProperties : Azure.Storage.Files.Shares.Models.ShareServiceProperties * System.Threading.CancellationToken -> Azure.Response
override this.SetProperties : Azure.Storage.Files.Shares.Models.ShareServiceProperties * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function SetProperties (properties As ShareServiceProperties, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

properties
ShareServiceProperties

The file service properties.

cancellationToken
CancellationToken

Optional CancellationToken to propagate notifications that the operation should be cancelled.

Returns

A Response if the operation was successful.

Remarks

A RequestFailedException will be thrown if a failure occurs.

Applies to