SnapshotRestoreRequest 생성자

정의

오버로드

SnapshotRestoreRequest()

SnapshotRestoreRequest 클래스의 새 instance 초기화합니다.

SnapshotRestoreRequest(Boolean, String, String, String, String, String, SnapshotRecoverySource, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

SnapshotRestoreRequest 클래스의 새 instance 초기화합니다.

SnapshotRestoreRequest()

SnapshotRestoreRequest 클래스의 새 instance 초기화합니다.

public SnapshotRestoreRequest ();
Public Sub New ()

적용 대상

SnapshotRestoreRequest(Boolean, String, String, String, String, String, SnapshotRecoverySource, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)

SnapshotRestoreRequest 클래스의 새 instance 초기화합니다.

public SnapshotRestoreRequest (bool overwrite, string id = default, string name = default, string type = default, string kind = default, string snapshotTime = default, Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRecoverySource recoverySource = default, bool? recoverConfiguration = default, bool? ignoreConflictingHostNames = default, bool? useDRSecondary = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRestoreRequest : bool * string * string * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRecoverySource * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.AppService.Fluent.Models.SnapshotRestoreRequest
Public Sub New (overwrite As Boolean, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional snapshotTime As String = Nothing, Optional recoverySource As SnapshotRecoverySource = Nothing, Optional recoverConfiguration As Nullable(Of Boolean) = Nothing, Optional ignoreConflictingHostNames As Nullable(Of Boolean) = Nothing, Optional useDRSecondary As Nullable(Of Boolean) = Nothing)

매개 변수

overwrite
Boolean

코드>가 true</code>이면 <복원 작업이 소스 앱을 덮어쓸 수 있고, <그렇지 않으면 false</code를> 코딩>합니다.

id
String
name
String
type
String
kind
String

리소스 종류입니다.

snapshotTime
String

날짜/시간 문자열로 서식이 지정된 앱 복원을 수행해야 하는 시점입니다.

recoverySource
SnapshotRecoverySource

(선택 사항) 스냅샷 콘텐츠를 검색할 웹앱을 지정합니다. 비어 있으면 대상 웹앱이 원본으로 사용됩니다.

recoverConfiguration
Nullable<Boolean>

true이면 콘텐츠 외에도 사이트 구성이 되돌아갑니다.

ignoreConflictingHostNames
Nullable<Boolean>

true이면 대상 웹앱으로 복구할 때 사용자 지정 호스트 이름 충돌이 무시됩니다. 이 설정은 RecoverConfiguration을 사용하도록 설정한 경우에만 필요합니다.

useDRSecondary
Nullable<Boolean>

true이면 DRSecondary 엔드포인트에서 스냅샷 검색됩니다.

적용 대상