DeploymentObject.SyncTo Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Synchronisiert die aktuelle DeploymentObject Instanz mithilfe der bereitgestellten Parameter.
Überlädt
| SyncTo(DeploymentBaseOptions, DeploymentSyncOptions) |
Synchronisiert die aktuelle DeploymentObject Instanz mithilfe der angegebenen Basisoptionen und Synchronisierungsoptionen. |
| SyncTo(DeploymentProviderOptions, DeploymentBaseOptions, DeploymentSyncOptions) |
Synchronisiert die aktuelle DeploymentObject Instanz mithilfe der angegebenen Anbieteroptionen, Basisoptionen und Synchronisierungsoptionen. |
| SyncTo(DeploymentWellKnownProvider, String, DeploymentBaseOptions, DeploymentSyncOptions) |
Synchronisiert die aktuelle DeploymentObject Instanz mithilfe des bekannten Anbieternamens, Pfads, Basisoptionen und Synchronisierungsoptionen. |
| SyncTo(String, String, DeploymentBaseOptions, DeploymentSyncOptions) |
Synchronisiert die aktuelle DeploymentObject Instanz mithilfe des angegebenen Factorynamens, Pfads, Basisoptionen und Synchronisierungsoptionen. |
SyncTo(DeploymentBaseOptions, DeploymentSyncOptions)
Synchronisiert die aktuelle DeploymentObject Instanz mithilfe der angegebenen Basisoptionen und Synchronisierungsoptionen.
public:
Microsoft::Web::Deployment::DeploymentChangeSummary ^ SyncTo(Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions, Microsoft::Web::Deployment::DeploymentSyncOptions ^ syncOptions);
public Microsoft.Web.Deployment.DeploymentChangeSummary SyncTo(Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions, Microsoft.Web.Deployment.DeploymentSyncOptions syncOptions);
member this.SyncTo : Microsoft.Web.Deployment.DeploymentBaseOptions * Microsoft.Web.Deployment.DeploymentSyncOptions -> Microsoft.Web.Deployment.DeploymentChangeSummary
Public Function SyncTo (baseOptions As DeploymentBaseOptions, syncOptions As DeploymentSyncOptions) As DeploymentChangeSummary
Parameter
- baseOptions
- DeploymentBaseOptions
Die Basisoptionen, die im Synchronisierungsvorgang verwendet werden.
- syncOptions
- DeploymentSyncOptions
Die gültige DeploymentSyncOptions Instanz, die im Synchronisierungsvorgang verwendet wird.
Gibt zurück
Gilt für:
SyncTo(DeploymentProviderOptions, DeploymentBaseOptions, DeploymentSyncOptions)
Synchronisiert die aktuelle DeploymentObject Instanz mithilfe der angegebenen Anbieteroptionen, Basisoptionen und Synchronisierungsoptionen.
public:
Microsoft::Web::Deployment::DeploymentChangeSummary ^ SyncTo(Microsoft::Web::Deployment::DeploymentProviderOptions ^ providerOptions, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions, Microsoft::Web::Deployment::DeploymentSyncOptions ^ syncOptions);
public Microsoft.Web.Deployment.DeploymentChangeSummary SyncTo(Microsoft.Web.Deployment.DeploymentProviderOptions providerOptions, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions, Microsoft.Web.Deployment.DeploymentSyncOptions syncOptions);
member this.SyncTo : Microsoft.Web.Deployment.DeploymentProviderOptions * Microsoft.Web.Deployment.DeploymentBaseOptions * Microsoft.Web.Deployment.DeploymentSyncOptions -> Microsoft.Web.Deployment.DeploymentChangeSummary
Public Function SyncTo (providerOptions As DeploymentProviderOptions, baseOptions As DeploymentBaseOptions, syncOptions As DeploymentSyncOptions) As DeploymentChangeSummary
Parameter
- providerOptions
- DeploymentProviderOptions
Die Optionen, die zum Erstellen des Bereitstellungsanbieters verwendet werden, der im Synchronisierungsvorgang verwendet wird.
- baseOptions
- DeploymentBaseOptions
Die Basisoptionen, die im Synchronisierungsvorgang verwendet werden.
- syncOptions
- DeploymentSyncOptions
Die gültige DeploymentSyncOptions Instanz, die im Synchronisierungsvorgang verwendet wird.
Gibt zurück
Gilt für:
SyncTo(DeploymentWellKnownProvider, String, DeploymentBaseOptions, DeploymentSyncOptions)
Synchronisiert die aktuelle DeploymentObject Instanz mithilfe des bekannten Anbieternamens, Pfads, Basisoptionen und Synchronisierungsoptionen.
public:
Microsoft::Web::Deployment::DeploymentChangeSummary ^ SyncTo(Microsoft::Web::Deployment::DeploymentWellKnownProvider provider, System::String ^ path, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions, Microsoft::Web::Deployment::DeploymentSyncOptions ^ syncOptions);
public Microsoft.Web.Deployment.DeploymentChangeSummary SyncTo(Microsoft.Web.Deployment.DeploymentWellKnownProvider provider, string path, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions, Microsoft.Web.Deployment.DeploymentSyncOptions syncOptions);
member this.SyncTo : Microsoft.Web.Deployment.DeploymentWellKnownProvider * string * Microsoft.Web.Deployment.DeploymentBaseOptions * Microsoft.Web.Deployment.DeploymentSyncOptions -> Microsoft.Web.Deployment.DeploymentChangeSummary
Public Function SyncTo (provider As DeploymentWellKnownProvider, path As String, baseOptions As DeploymentBaseOptions, syncOptions As DeploymentSyncOptions) As DeploymentChangeSummary
Parameter
- provider
- DeploymentWellKnownProvider
- path
- String
Der Pfad der Factory, die im Synchronisierungsvorgang verwendet werden soll.
- baseOptions
- DeploymentBaseOptions
Die Basisoptionen, die im Synchronisierungsvorgang verwendet werden.
- syncOptions
- DeploymentSyncOptions
Die gültige DeploymentSyncOptions Instanz, die im Synchronisierungsvorgang verwendet wird.
Gibt zurück
Gilt für:
SyncTo(String, String, DeploymentBaseOptions, DeploymentSyncOptions)
Synchronisiert die aktuelle DeploymentObject Instanz mithilfe des angegebenen Factorynamens, Pfads, Basisoptionen und Synchronisierungsoptionen.
public:
Microsoft::Web::Deployment::DeploymentChangeSummary ^ SyncTo(System::String ^ provider, System::String ^ path, Microsoft::Web::Deployment::DeploymentBaseOptions ^ baseOptions, Microsoft::Web::Deployment::DeploymentSyncOptions ^ syncOptions);
public Microsoft.Web.Deployment.DeploymentChangeSummary SyncTo(string provider, string path, Microsoft.Web.Deployment.DeploymentBaseOptions baseOptions, Microsoft.Web.Deployment.DeploymentSyncOptions syncOptions);
member this.SyncTo : string * string * Microsoft.Web.Deployment.DeploymentBaseOptions * Microsoft.Web.Deployment.DeploymentSyncOptions -> Microsoft.Web.Deployment.DeploymentChangeSummary
Public Function SyncTo (provider As String, path As String, baseOptions As DeploymentBaseOptions, syncOptions As DeploymentSyncOptions) As DeploymentChangeSummary
Parameter
- provider
- String
- path
- String
Der Pfad der Factory, die im Synchronisierungsvorgang verwendet werden soll.
- baseOptions
- DeploymentBaseOptions
Die Basisoptionen, die im Synchronisierungsvorgang verwendet werden.
- syncOptions
- DeploymentSyncOptions
Die gültige DeploymentSyncOptions Instanz, die im Synchronisierungsvorgang verwendet wird.