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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET