SnapshotRestoreRequest Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
SnapshotRestoreRequest() |
Initialiseert een nieuw exemplaar van de klasse SnapshotRestoreRequest. |
SnapshotRestoreRequest(Boolean, String, String, String, String, String, SnapshotRecoverySource, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
Initialiseert een nieuw exemplaar van de klasse SnapshotRestoreRequest. |
SnapshotRestoreRequest()
Initialiseert een nieuw exemplaar van de klasse SnapshotRestoreRequest.
public SnapshotRestoreRequest();
Public Sub New ()
Van toepassing op
SnapshotRestoreRequest(Boolean, String, String, String, String, String, SnapshotRecoverySource, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
Initialiseert een nieuw exemplaar van de klasse SnapshotRestoreRequest.
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)
Parameters
- overwrite
- Boolean
Als <code>waar</code> is, kan de herstelbewerking de bron-app overschrijven; <anders code>onwaar</code>.
- id
- String
- name
- String
- type
- String
- kind
- String
Soort resource.
- snapshotTime
- String
Het tijdstip waarop het herstel van de app moet worden uitgevoerd, opgemaakt als een Datum/tijd-tekenreeks.
- recoverySource
- SnapshotRecoverySource
Optioneel. Hiermee geeft u de web-app op waaruit de inhoud van de momentopname wordt opgehaald. Als deze leeg is, wordt de doelweb-app als bron gebruikt.
Als waar is, wordt de siteconfiguratie, naast de inhoud, teruggedraaid.
Als dit waar is, worden aangepaste hostnaamconflicten genegeerd bij het herstellen naar een doelweb-app. Deze instelling is alleen nodig wanneer RecoverConfiguration is ingeschakeld.
Als waar is, wordt de momentopname opgehaald uit drSecondary-eindpunt.
Van toepassing op
Azure SDK for .NET