Share via


StorageBlobManagement.GetStorageServiceProperties Method

Definition

Overloads

GetStorageServiceProperties(StorageServiceType, IRequestOptions, OperationContext)

Get the service properties

GetStorageServiceProperties(StorageServiceType, IRequestOptions, OperationContext)

GetStorageServiceProperties(StorageServiceType, IRequestOptions, OperationContext)

Get the service properties

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

Parameters

type
StorageServiceType

Service type

options
IRequestOptions

Request options

operationContext
OperationContext

Operation context

Returns

The service properties of the specified service type

Implements

Applies to

GetStorageServiceProperties(StorageServiceType, IRequestOptions, OperationContext)

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

Parameters

options
IRequestOptions
operationContext
OperationContext

Returns

Implements

Applies to