Class StaticSitesWorkflowPreviewInner

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

public final class StaticSitesWorkflowPreviewInner extends ProxyOnlyResource
Preview for the Static Site Workflow to be generated.
  • Constructor Details

    • StaticSitesWorkflowPreviewInner

      public StaticSitesWorkflowPreviewInner()
  • Method Details

    • withKind

      public StaticSitesWorkflowPreviewInner 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.
    • path

      public String path()
      Get the path property: The path for the workflow file to be generated.
      Returns:
      the path value.
    • contents

      public String contents()
      Get the contents property: The contents for the workflow file to be generated.
      Returns:
      the contents value.
    • validate

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