ArmApiCenterModelFactory.ApiCenterDeletedServiceProperties Method

Definition

Deleted service properties.

public static Azure.ResourceManager.ApiCenter.Models.ApiCenterDeletedServiceProperties ApiCenterDeletedServiceProperties(DateTimeOffset? scheduledPurgeOn = default, DateTimeOffset? softDeletionOn = default);
static member ApiCenterDeletedServiceProperties : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.ApiCenter.Models.ApiCenterDeletedServiceProperties
Public Shared Function ApiCenterDeletedServiceProperties (Optional scheduledPurgeOn As Nullable(Of DateTimeOffset) = Nothing, Optional softDeletionOn As Nullable(Of DateTimeOffset) = Nothing) As ApiCenterDeletedServiceProperties

Parameters

scheduledPurgeOn
Nullable<DateTimeOffset>

UTC date and time when the service will be automatically purged. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

softDeletionOn
Nullable<DateTimeOffset>

UTC date and time when the service was soft-deleted. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

Returns

A new ApiCenterDeletedServiceProperties instance for mocking.

Applies to