Interface DeletedServiceContract


public interface DeletedServiceContract
An immutable client-side representation of DeletedServiceContract.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the deletionDate property: UTC Timestamp when the service was soft-deleted.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.DeletedServiceContractInner object.
    Gets the location property: API Management Service Master Location.
    Gets the name property: The name of the resource.
    Gets the scheduledPurgeDate property: UTC Date and Time when the service will be automatically purged.
    Gets the serviceId property: Fully-qualified API Management Service Resource ID.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: API Management Service Master Location.
      Returns:
      the location value.
    • serviceId

      String serviceId()
      Gets the serviceId property: Fully-qualified API Management Service Resource ID.
      Returns:
      the serviceId value.
    • scheduledPurgeDate

      OffsetDateTime scheduledPurgeDate()
      Gets the scheduledPurgeDate property: 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.
      Returns:
      the scheduledPurgeDate value.
    • deletionDate

      OffsetDateTime deletionDate()
      Gets the deletionDate property: 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.
      Returns:
      the deletionDate value.
    • innerModel

      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.DeletedServiceContractInner object.
      Returns:
      the inner object.