SettingsOperations interface
설정 작업을 나타내는 인터페이스.
속성
| create |
지정된 범위 내에서 설정을 만들거나 업데이트합니다. |
| delete |
지정된 범위 내에서 설정을 삭제합니다. |
| get |
지정된 범위에서 이름으로 설정을 가져옵니다. |
| list | 요청된 범위의 모든 비용 관리 설정을 나열합니다. |
속성 세부 정보
createOrUpdateByScope
지정된 범위 내에서 설정을 만들거나 업데이트합니다.
createOrUpdateByScope: (scope: string, typeParam: string, setting: SettingUnion, options?: SettingsCreateOrUpdateByScopeOptionalParams) => Promise<SettingUnion>
속성 값
(scope: string, typeParam: string, setting: SettingUnion, options?: SettingsCreateOrUpdateByScopeOptionalParams) => Promise<SettingUnion>
deleteByScope
지정된 범위 내에서 설정을 삭제합니다.
deleteByScope: (scope: string, typeParam: string, options?: SettingsDeleteByScopeOptionalParams) => Promise<void>
속성 값
(scope: string, typeParam: string, options?: SettingsDeleteByScopeOptionalParams) => Promise<void>
getByScope
지정된 범위에서 이름으로 설정을 가져옵니다.
getByScope: (scope: string, typeParam: string, options?: SettingsGetByScopeOptionalParams) => Promise<SettingUnion>
속성 값
(scope: string, typeParam: string, options?: SettingsGetByScopeOptionalParams) => Promise<SettingUnion>
list
요청된 범위의 모든 비용 관리 설정을 나열합니다.
list: (scope: string, options?: SettingsListOptionalParams) => Promise<SettingsListResult>
속성 값
(scope: string, options?: SettingsListOptionalParams) => Promise<SettingsListResult>