IStorageBlobManagement.GetStorageServiceProperties 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
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
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
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
Public Function GetStorageServiceProperties (type As StorageServiceType, options As IRequestOptions, operationContext As OperationContext) As ServiceProperties
Parameters
- type
- StorageServiceType
- options
- IRequestOptions
- operationContext
- OperationContext