ArmApiCenterModelFactory.ApiCenterDeletedServiceProperties 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.
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.