ArmStorageSyncModelFactory.ServerEndpointRecallStatus Method
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.
Initializes a new instance of ServerEndpointRecallStatus.
public static Azure.ResourceManager.StorageSync.Models.ServerEndpointRecallStatus ServerEndpointRecallStatus (DateTimeOffset? lastUpdatedOn = default, long? totalRecallErrorsCount = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StorageSync.Models.ServerEndpointRecallError> recallErrors = default);
static member ServerEndpointRecallStatus : Nullable<DateTimeOffset> * Nullable<int64> * seq<Azure.ResourceManager.StorageSync.Models.ServerEndpointRecallError> -> Azure.ResourceManager.StorageSync.Models.ServerEndpointRecallStatus
Public Shared Function ServerEndpointRecallStatus (Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional totalRecallErrorsCount As Nullable(Of Long) = Nothing, Optional recallErrors As IEnumerable(Of ServerEndpointRecallError) = Nothing) As ServerEndpointRecallStatus
Parameters
- lastUpdatedOn
- Nullable<DateTimeOffset>
Last updated timestamp.
- recallErrors
- IEnumerable<ServerEndpointRecallError>
Array of recall errors.
Returns
A new ServerEndpointRecallStatus instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET