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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET