Dela via


IStorageFileManagement.SetShareProperties Method

Definition

Overloads

SetShareProperties(CloudFileShare, AccessCondition, FileRequestOptions, OperationContext)

Set share attributes.

SetShareProperties(CloudFileShare, AccessCondition, FileRequestOptions, OperationContext)

SetShareProperties(CloudFileShare, AccessCondition, FileRequestOptions, OperationContext)

Set share attributes.

public void SetShareProperties (Microsoft.Azure.Storage.File.CloudFileShare share, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
abstract member SetShareProperties : Microsoft.Azure.Storage.File.CloudFileShare * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Sub SetShareProperties (share As CloudFileShare, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext)

Parameters

share
CloudFileShare

Indicating the share.

accessCondition
AccessCondition

A Microsoft.WindowsAzure.Storage.AccessCondition object that represents the access conditions for the share. If null, no condition is used.

options
FileRequestOptions

A Microsoft.Azure.Storage.File.FileRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

A Microsoft.WindowsAzure.Storage.OperationContext object that represents the context for the current operation.

Applies to

SetShareProperties(CloudFileShare, AccessCondition, FileRequestOptions, OperationContext)

public void SetShareProperties (Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
abstract member SetShareProperties : Microsoft.WindowsAzure.Storage.File.CloudFileShare * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> unit
Public Sub SetShareProperties (share As CloudFileShare, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext)

Parameters

accessCondition
AccessCondition
operationContext
OperationContext

Applies to