PatchSchedules interface
PatchSchedules를 나타내는 인터페이스입니다.
메서드
create |
Redis 캐시에 대한 패치 일정을 만들거나 대체합니다. |
delete(string, string, string, Patch |
redis 캐시의 패치 일정을 삭제합니다. |
get(string, string, string, Patch |
redis 캐시의 패치 일정을 가져옵니다. |
list |
지정된 redis 캐시의 모든 패치 일정을 가져옵니다(하나만 있습니다). |
메서드 세부 정보
createOrUpdate(string, string, string, RedisPatchSchedule, PatchSchedulesCreateOrUpdateOptionalParams)
Redis 캐시에 대한 패치 일정을 만들거나 대체합니다.
function createOrUpdate(resourceGroupName: string, name: string, defaultParam: string, parameters: RedisPatchSchedule, options?: PatchSchedulesCreateOrUpdateOptionalParams): Promise<RedisPatchSchedule>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- name
-
string
Redis 캐시의 이름입니다.
- defaultParam
-
string
자동 생성이 올바르게 작동하도록 매개 변수로 모델링된 기본 문자열입니다.
- parameters
- RedisPatchSchedule
Redis 캐시에 대한 패치 일정을 설정하는 매개 변수입니다.
옵션 매개 변수입니다.
반환
Promise<RedisPatchSchedule>
delete(string, string, string, PatchSchedulesDeleteOptionalParams)
redis 캐시의 패치 일정을 삭제합니다.
function delete(resourceGroupName: string, name: string, defaultParam: string, options?: PatchSchedulesDeleteOptionalParams): Promise<void>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- name
-
string
redis 캐시의 이름입니다.
- defaultParam
-
string
자동 생성이 올바르게 작동하도록 매개 변수로 모델링된 기본 문자열입니다.
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, string, PatchSchedulesGetOptionalParams)
redis 캐시의 패치 일정을 가져옵니다.
function get(resourceGroupName: string, name: string, defaultParam: string, options?: PatchSchedulesGetOptionalParams): Promise<RedisPatchSchedule>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- name
-
string
redis 캐시의 이름입니다.
- defaultParam
-
string
자동 생성이 올바르게 작동하도록 매개 변수로 모델링된 기본 문자열입니다.
- options
- PatchSchedulesGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<RedisPatchSchedule>
listByRedisResource(string, string, PatchSchedulesListByRedisResourceOptionalParams)
지정된 redis 캐시의 모든 패치 일정을 가져옵니다(하나만 있습니다).
function listByRedisResource(resourceGroupName: string, cacheName: string, options?: PatchSchedulesListByRedisResourceOptionalParams): PagedAsyncIterableIterator<RedisPatchSchedule, RedisPatchSchedule[], PageSettings>
매개 변수
- resourceGroupName
-
string
리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.
- cacheName
-
string
Redis 캐시의 이름입니다.
옵션 매개 변수입니다.