Share via


StorageBlobManagement.SetStorageServiceProperties Method

Definition

Overloads

SetStorageServiceProperties(StorageServiceType, ServiceProperties, IRequestOptions, OperationContext)

Set service properties

SetStorageServiceProperties(StorageServiceType, ServiceProperties, IRequestOptions, OperationContext)

SetStorageServiceProperties(StorageServiceType, ServiceProperties, IRequestOptions, OperationContext)

Set service properties

public void SetStorageServiceProperties (Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType type, Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties properties, Microsoft.Azure.Storage.IRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
abstract member SetStorageServiceProperties : Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType * Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties * Microsoft.Azure.Storage.IRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.SetStorageServiceProperties : Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType * Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties * Microsoft.Azure.Storage.IRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Sub SetStorageServiceProperties (type As StorageServiceType, properties As ServiceProperties, options As IRequestOptions, operationContext As OperationContext)

Parameters

type
StorageServiceType

Service type

properties
ServiceProperties

Service properties

options
IRequestOptions

Request options

operationContext
OperationContext

Operation context

Implements

Applies to

SetStorageServiceProperties(StorageServiceType, ServiceProperties, IRequestOptions, OperationContext)

public void SetStorageServiceProperties (Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType type, Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties properties, Microsoft.WindowsAzure.Storage.IRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
abstract member SetStorageServiceProperties : Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType * Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties * Microsoft.WindowsAzure.Storage.IRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> unit
override this.SetStorageServiceProperties : Microsoft.WindowsAzure.Commands.Storage.Common.StorageServiceType * Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties * Microsoft.WindowsAzure.Storage.IRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> unit
Public Sub SetStorageServiceProperties (type As StorageServiceType, properties As ServiceProperties, options As IRequestOptions, operationContext As OperationContext)

Parameters

properties
ServiceProperties
options
IRequestOptions
operationContext
OperationContext

Implements

Applies to