ApiManagementDeletedServiceData Class

Definition

A class representing the ApiManagementDeletedService data model. Deleted API Management Service information.

public class ApiManagementDeletedServiceData : Azure.ResourceManager.Models.ResourceData
public class ApiManagementDeletedServiceData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceData>
type ApiManagementDeletedServiceData = class
    inherit ResourceData
type ApiManagementDeletedServiceData = class
    inherit ResourceData
    interface IJsonModel<ApiManagementDeletedServiceData>
    interface IPersistableModel<ApiManagementDeletedServiceData>
Public Class ApiManagementDeletedServiceData
Inherits ResourceData
Public Class ApiManagementDeletedServiceData
Inherits ResourceData
Implements IJsonModel(Of ApiManagementDeletedServiceData), IPersistableModel(Of ApiManagementDeletedServiceData)
Inheritance
ApiManagementDeletedServiceData
Implements

Constructors

ApiManagementDeletedServiceData()

Initializes a new instance of ApiManagementDeletedServiceData.

Properties

DeletedOn

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

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

(Inherited from ResourceData)
Location

API Management Service Master Location.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

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

(Inherited from ResourceData)
ScheduledPurgeOn

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

Fully-qualified API Management Service Resource ID.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<ApiManagementDeletedServiceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApiManagementDeletedServiceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementDeletedServiceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementDeletedServiceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApiManagementDeletedServiceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to