ServerEndpointRecallStatus Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ServerEndpointRecallStatus() |
Initializes a new instance of the ServerEndpointRecallStatus class. |
ServerEndpointRecallStatus(Nullable<DateTime>, Nullable<Int64>, IList<ServerEndpointRecallError>) |
Initializes a new instance of the ServerEndpointRecallStatus class. |
ServerEndpointRecallStatus()
Initializes a new instance of the ServerEndpointRecallStatus class.
public ServerEndpointRecallStatus ();
Public Sub New ()
Applies to
ServerEndpointRecallStatus(Nullable<DateTime>, Nullable<Int64>, IList<ServerEndpointRecallError>)
Initializes a new instance of the ServerEndpointRecallStatus class.
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)
Parameters
- recallErrors
- IList<ServerEndpointRecallError>
Array of recall errors
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET