다음을 통해 공유


NetAppResourceQuotaLimitsOperations interface

NetAppResourceQuotaLimits 작업을 나타내는 인터페이스입니다.

속성

get

기본 및 현재 할당량 제한 가져오기

list

할당량에 대한 기본 및 현재 한도 가져오기

속성 세부 정보

get

기본 및 현재 할당량 제한 가져오기

get: (location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>

속성 값

(location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams) => Promise<QuotaItem>

list

할당량에 대한 기본 및 현재 한도 가져오기

list: (location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>

속성 값

(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams) => PagedAsyncIterableIterator<QuotaItem, QuotaItem[], PageSettings>