java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.SnapshotInner

public final class SnapshotInner extends ProxyOnlyResource
A snapshot of an app.
  • Constructor Details

    • SnapshotInner

      public SnapshotInner()
  • Method Details

    • withKind

      public SnapshotInner withKind(String kind)
      Set the kind property: Kind of resource.
      Overrides:
      withKind in class ProxyOnlyResource
      Parameters:
      kind - the kind value to set.
      Returns:
      the ProxyOnlyResource object itself.
    • time

      public String time()
      Get the time property: The time the snapshot was taken.
      Returns:
      the time value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class ProxyOnlyResource
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.