GroupQuotaSubscriptionsCreateOrUpdateHeaders interface
GroupQuotaSubscriptions_createOrUpdate 작업에 대한 헤더를 정의합니다.
속성
| azure |
작업의 진행 상태를 확인하기 위한 URL입니다. 비동기 작업의 상태를 얻으려면 Azure-AsyncOperation 헤더 값의 URL에 GET 요청을 보냅니다. |
| 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. 새 지침 - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo |
| retry |
Azure-AsyncOperation에 지정된 URI를 호출하기 전에 대기하는 데 권장되는 시간(초)입니다. |
속성 세부 정보
azureAsyncOperation
작업의 진행 상태를 확인하기 위한 URL입니다. 비동기 작업의 상태를 얻으려면 Azure-AsyncOperation 헤더 값의 URL에 GET 요청을 보냅니다.
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. 새 지침 - https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#131-resource-based-long-running-operations-relo
location?: string
속성 값
string
retryAfter
Azure-AsyncOperation에 지정된 URI를 호출하기 전에 대기하는 데 권장되는 시간(초)입니다.
retryAfter?: number
속성 값
number