Share via


IStorageTableManagement.GetStorageTableServiceProperties Method

Definition

Get the Table service properties

public Microsoft.Azure.Cosmos.Table.ServiceProperties GetStorageTableServiceProperties (Microsoft.Azure.Cosmos.Table.TableRequestOptions options, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member GetStorageTableServiceProperties : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> Microsoft.Azure.Cosmos.Table.ServiceProperties
Public Function GetStorageTableServiceProperties (options As TableRequestOptions, operationContext As OperationContext) As ServiceProperties

Parameters

options
TableRequestOptions

Request options

operationContext
OperationContext

Operation context

Returns

The service properties of the specified service type

Applies to