DeletedServiceContract Class

Definition

Deleted API Management Service information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DeletedServiceContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DeletedServiceContract = class
    inherit Resource
Public Class DeletedServiceContract
Inherits Resource
Inheritance
DeletedServiceContract
Attributes

Constructors

DeletedServiceContract()

Initializes a new instance of the DeletedServiceContract class.

DeletedServiceContract(String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the DeletedServiceContract class.

Properties

DeletionDate

Gets or sets UTC Timestamp 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.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Location

Gets API Management Service Master Location.

Name

Gets the name of the resource

(Inherited from Resource)
ScheduledPurgeDate

Gets or sets 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.

ServiceId

Gets or sets fully-qualified API Management Service Resource ID

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to