ServerEndpointRecallStatus Konstruktoren
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.
Überlädt
ServerEndpointRecallStatus() |
Initialisiert einen neuen instance der ServerEndpointRecallStatus-Klasse. |
ServerEndpointRecallStatus(Nullable<DateTime>, Nullable<Int64>, IList<ServerEndpointRecallError>) |
Initialisiert einen neuen instance der ServerEndpointRecallStatus-Klasse. |
ServerEndpointRecallStatus()
Initialisiert einen neuen instance der ServerEndpointRecallStatus-Klasse.
public ServerEndpointRecallStatus ();
Public Sub New ()
Gilt für:
ServerEndpointRecallStatus(Nullable<DateTime>, Nullable<Int64>, IList<ServerEndpointRecallError>)
Initialisiert einen neuen instance der ServerEndpointRecallStatus-Klasse.
public ServerEndpointRecallStatus (DateTime? lastUpdatedTimestamp = default, long? totalRecallErrorsCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.ServerEndpointRecallError> recallErrors = default);
new Microsoft.Azure.Management.StorageSync.Models.ServerEndpointRecallStatus : Nullable<DateTime> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.StorageSync.Models.ServerEndpointRecallError> -> Microsoft.Azure.Management.StorageSync.Models.ServerEndpointRecallStatus
Public Sub New (Optional lastUpdatedTimestamp As Nullable(Of DateTime) = Nothing, Optional totalRecallErrorsCount As Nullable(Of Long) = Nothing, Optional recallErrors As IList(Of ServerEndpointRecallError) = Nothing)
Parameter
- recallErrors
- IList<ServerEndpointRecallError>
Array von Rückruffehlern
Gilt für:
Azure SDK for .NET