SnapshotRestoreRequest 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
(선택 사항) 스냅샷 콘텐츠를 검색할 웹앱을 지정합니다. 비어 있으면 대상 웹앱이 원본으로 사용됩니다.
true이면 대상 웹앱으로 복구할 때 사용자 지정 호스트 이름 충돌이 무시됩니다. 이 설정은 RecoverConfiguration을 사용하도록 설정한 경우에만 필요합니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET