TableServicesOperations interface

TableServices 작업을 나타내는 인터페이스.

속성

getServiceProperties

스토리지 계정의 Table 서비스의 속성, 스토리지 분석 및 CORS(Cross-Origin Resource Sharing) 규칙 속성 등 다양한 속성을 얻습니다.

list

스토리지 계정에 대한 모든 테이블 서비스를 나열합니다.

setServiceProperties

스토리지 계정의 테이블 서비스의 속성, 스토리지 분석 및 CORS(교차 출처 자원 공유) 규칙에 대한 속성을 설정합니다.

속성 세부 정보

getServiceProperties

스토리지 계정의 Table 서비스의 속성, 스토리지 분석 및 CORS(Cross-Origin Resource Sharing) 규칙 속성 등 다양한 속성을 얻습니다.

getServiceProperties: (resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams) => Promise<TableServiceProperties>

속성 값

(resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams) => Promise<TableServiceProperties>

list

스토리지 계정에 대한 모든 테이블 서비스를 나열합니다.

list: (resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams) => Promise<ListTableServices>

속성 값

(resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams) => Promise<ListTableServices>

setServiceProperties

스토리지 계정의 테이블 서비스의 속성, 스토리지 분석 및 CORS(교차 출처 자원 공유) 규칙에 대한 속성을 설정합니다.

setServiceProperties: (resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams) => Promise<TableServiceProperties>

속성 값

(resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams) => Promise<TableServiceProperties>