RestoreRequestInner 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
RestoreRequestInner() |
RestoreRequestInner 클래스의 새 instance 초기화합니다. |
RestoreRequestInner(String, Boolean, String, String, String, String, String, String, IList<DatabaseBackupSetting>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<BackupRestoreOperationType>, Nullable<Boolean>, String) |
RestoreRequestInner 클래스의 새 instance 초기화합니다. |
RestoreRequestInner()
RestoreRequestInner 클래스의 새 instance 초기화합니다.
public RestoreRequestInner ();
Public Sub New ()
적용 대상
RestoreRequestInner(String, Boolean, String, String, String, String, String, String, IList<DatabaseBackupSetting>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<BackupRestoreOperationType>, Nullable<Boolean>, String)
RestoreRequestInner 클래스의 새 instance 초기화합니다.
public RestoreRequestInner (string storageAccountUrl, bool overwrite, string id = default, string name = default, string type = default, string kind = default, string blobName = default, string siteName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DatabaseBackupSetting> databases = default, bool? ignoreConflictingHostNames = default, bool? ignoreDatabases = default, string appServicePlan = default, Microsoft.Azure.Management.AppService.Fluent.Models.BackupRestoreOperationType? operationType = default, bool? adjustConnectionStrings = default, string hostingEnvironment = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.RestoreRequestInner : string * bool * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.DatabaseBackupSetting> * Nullable<bool> * Nullable<bool> * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.BackupRestoreOperationType> * Nullable<bool> * string -> Microsoft.Azure.Management.AppService.Fluent.Models.RestoreRequestInner
Public Sub New (storageAccountUrl As String, overwrite As Boolean, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional blobName As String = Nothing, Optional siteName As String = Nothing, Optional databases As IList(Of DatabaseBackupSetting) = Nothing, Optional ignoreConflictingHostNames As Nullable(Of Boolean) = Nothing, Optional ignoreDatabases As Nullable(Of Boolean) = Nothing, Optional appServicePlan As String = Nothing, Optional operationType As Nullable(Of BackupRestoreOperationType) = Nothing, Optional adjustConnectionStrings As Nullable(Of Boolean) = Nothing, Optional hostingEnvironment As String = Nothing)
매개 변수
- storageAccountUrl
- String
컨테이너에 대한 SAS URL입니다.
- overwrite
- Boolean
<코드>true</code> 복원 작업이 대상 앱을 덮어쓸 수 있으면 이고, <그렇지 않으면 false</code를 코드>합니다>. <기존 앱을 통해 복원하려는 경우 코드>true</코드> 가 필요합니다.
- id
- String
- name
- String
- type
- String
- kind
- String
리소스 종류입니다.
- blobName
- String
백업을 포함하는 Blob의 이름입니다.
- siteName
- String
앱의 이름입니다.
- databases
- IList<DatabaseBackupSetting>
복원해야 하는 데이터베이스의 컬렉션입니다. 이 목록은 백업에 포함된 데이터베이스 목록과 일치해야 합니다.
사용자 지정 도메인을 사용하여 앱을 복원할 때 논리를 변경합니다. <사용자 지정 도메인을 자동으로 제거하는 코드>true</코드> 입니다. 코드>false</코드>인 경우 <복원할 때 사용자 지정 도메인이 앱의 개체에 추가되지만 작업 중 충돌로 인해 실패할 수 있습니다.
- appServicePlan
- String
복원된 사이트를 소유할 앱 서비스 계획을 지정합니다.
- operationType
- Nullable<BackupRestoreOperationType>
작업 유형입니다. 가능한 값은 'Default', 'Clone', '재배치', '스냅샷', 'CloudFS'입니다.
<SiteConfig.ConnectionStrings>를 새 앱에서 설정해야 하는 경우 true</code>를 코드하고, <그렇지 않으면 false</code를 코딩>>합니다.
- hostingEnvironment
- String
필요한 경우(앱을 App Service Environment 복원할 때만) 이름을 App Service Environment.
적용 대상
Azure SDK for .NET