ApplyUpdates interface
ApplyUpdates를 나타내는 인터페이스입니다.
메서드
create |
리소스에 유지 관리 업데이트 적용 |
create |
리소스에 유지 관리 업데이트 적용 |
create |
부모를 사용하여 리소스에 유지 관리 업데이트 적용 |
get(string, string, string, string, string, Apply |
리소스에 대한 유지 관리 업데이트 추적 |
get |
부모를 사용하여 리소스에 대한 유지 관리 업데이트 추적 |
list(Apply |
구독 내에서 구성 레코드 가져오기 |
메서드 세부 정보
createOrUpdate(string, string, string, string, ApplyUpdatesCreateOrUpdateOptionalParams)
리소스에 유지 관리 업데이트 적용
function createOrUpdate(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateOptionalParams): Promise<ApplyUpdate>
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름
- providerName
-
string
리소스 공급자 이름
- resourceType
-
string
리소스 유형
- resourceName
-
string
리소스 식별자
옵션 매개 변수입니다.
반환
Promise<ApplyUpdate>
createOrUpdateOrCancel(string, string, string, string, string, ApplyUpdate, ApplyUpdatesCreateOrUpdateOrCancelOptionalParams)
리소스에 유지 관리 업데이트 적용
function createOrUpdateOrCancel(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, applyUpdate: ApplyUpdate, options?: ApplyUpdatesCreateOrUpdateOrCancelOptionalParams): Promise<ApplyUpdate>
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름
- providerName
-
string
리소스 공급자 이름
- resourceType
-
string
리소스 유형
- resourceName
-
string
리소스 식별자
- applyUpdateName
-
string
ApplyUpdate 이름
- applyUpdate
- ApplyUpdate
The ApplyUpdate
옵션 매개 변수입니다.
반환
Promise<ApplyUpdate>
createOrUpdateParent(string, string, string, string, string, string, ApplyUpdatesCreateOrUpdateParentOptionalParams)
부모를 사용하여 리소스에 유지 관리 업데이트 적용
function createOrUpdateParent(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateParentOptionalParams): Promise<ApplyUpdate>
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름
- providerName
-
string
리소스 공급자 이름
- resourceParentType
-
string
리소스 부모 유형
- resourceParentName
-
string
리소스 부모 식별자
- resourceType
-
string
리소스 유형
- resourceName
-
string
리소스 식별자
옵션 매개 변수입니다.
반환
Promise<ApplyUpdate>
get(string, string, string, string, string, ApplyUpdatesGetOptionalParams)
리소스에 대한 유지 관리 업데이트 추적
function get(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetOptionalParams): Promise<ApplyUpdate>
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름
- providerName
-
string
리소스 공급자 이름
- resourceType
-
string
리소스 유형
- resourceName
-
string
리소스 식별자
- applyUpdateName
-
string
applyUpdate ID
- options
- ApplyUpdatesGetOptionalParams
옵션 매개 변수입니다.
반환
Promise<ApplyUpdate>
getParent(string, string, string, string, string, string, string, ApplyUpdatesGetParentOptionalParams)
부모를 사용하여 리소스에 대한 유지 관리 업데이트 추적
function getParent(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetParentOptionalParams): Promise<ApplyUpdate>
매개 변수
- resourceGroupName
-
string
리소스 그룹 이름
- providerName
-
string
리소스 공급자 이름
- resourceParentType
-
string
리소스 부모 유형
- resourceParentName
-
string
리소스 부모 식별자
- resourceType
-
string
리소스 유형
- resourceName
-
string
리소스 식별자
- applyUpdateName
-
string
applyUpdate ID
옵션 매개 변수입니다.
반환
Promise<ApplyUpdate>
list(ApplyUpdatesListOptionalParams)
구독 내에서 구성 레코드 가져오기
function list(options?: ApplyUpdatesListOptionalParams): PagedAsyncIterableIterator<ApplyUpdate, ApplyUpdate[], PageSettings>
매개 변수
- options
- ApplyUpdatesListOptionalParams
옵션 매개 변수입니다.
반환
Azure SDK for JavaScript