IStorageBlobManagement.SetStorageServiceProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
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
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
Public Sub SetStorageServiceProperties (type As StorageServiceType, properties As ServiceProperties, options As IRequestOptions, operationContext As OperationContext)
Parameters
- type
- StorageServiceType
- properties
- ServiceProperties
- options
- IRequestOptions
- operationContext
- OperationContext