ManagementGroupsCreateOrUpdateHeaders interface
ManagementGroups_createOrUpdate 작업에 대한 헤더를 정의합니다.
속성
azure |
작업의 진행 상태를 확인하기 위한 URL입니다. 비동기 작업의 상태를 가져오려면 Azure-AsyncOperation 헤더 값의 URL에 GET 요청을 보냅니다. 자세한 내용은 다음을 참조하세요. https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations |
location | 작업이 완료된 시기를 결정하기 위한 URL입니다. 위치 헤더의 URL에 GET 요청을 보냅니다. URI는 작업이 터미널 상태에 도달할 때까지 202를 반환하고 터미널 상태에 도달하면 200을 반환해야 합니다. 자세한 내용은 다음을 참조하세요. https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers |
속성 세부 정보
azureAsyncOperation
작업의 진행 상태를 확인하기 위한 URL입니다. 비동기 작업의 상태를 가져오려면 Azure-AsyncOperation 헤더 값의 URL에 GET 요청을 보냅니다.
자세한 내용은 다음을 참조하세요. https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#asynchronous-operations
azureAsyncOperation?: string
속성 값
string
location
작업이 완료된 시기를 결정하기 위한 URL입니다. 위치 헤더의 URL에 GET 요청을 보냅니다. URI는 작업이 터미널 상태에 도달할 때까지 202를 반환하고 터미널 상태에 도달하면 200을 반환해야 합니다.
자세한 내용은 다음을 참조하세요. https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#202-accepted-and-location-headers
location?: string
속성 값
string