IWebAppsOperations.ListBackupStatusSecretsSlotWithHttpMessagesAsync 메서드

정의

Azure Storage SAS URL과 같이 백업과 연결된 비밀을 포함하여 진행 중일 수 있는 웹앱 백업의 상태 가져옵니다. 또한 요청 본문에 새 URL이 전달되는 경우 백업에 대한 SAS URL을 업데이트하는 데 사용할 수 있습니다.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.BackupItemInner>> ListBackupStatusSecretsSlotWithHttpMessagesAsync (string resourceGroupName, string name, string backupId, Microsoft.Azure.Management.AppService.Fluent.Models.BackupRequestInner request, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListBackupStatusSecretsSlotWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.BackupRequestInner * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.BackupItemInner>>
Public Function ListBackupStatusSecretsSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, backupId As String, request As BackupRequestInner, slot As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of BackupItemInner))

매개 변수

resourceGroupName
String

리소스가 속한 리소스 그룹의 이름입니다.

name
String

웹앱의 이름입니다.

backupId
String

백업 ID입니다.

request
BackupRequestInner

백업 요청에 대한 정보입니다.

slot
String

웹앱 슬롯의 이름입니다. 지정하지 않으면 기본적으로 프로덕션 슬롯이 됩니다.

customHeaders
Dictionary<String,List<String>>

요청에 추가할 헤더입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

예외

작업이 잘못된 상태 코드를 반환할 때 throw됨

응답을 역직렬화할 수 없을 때 throw됨

필수 매개 변수가 null일 때 throw됨

설명

Azure Storage SAS URL과 같이 백업과 연결된 비밀을 포함하여 진행 중일 수 있는 웹앱 백업의 상태 가져오기에 대한 설명입니다. 또한 요청 본문에 새 URL이 전달되는 경우 백업에 대한 SAS URL을 업데이트하는 데 사용할 수 있습니다.

적용 대상