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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET