Class StaticSitesWorkflowPreviewProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.StaticSitesWorkflowPreviewProperties
-
public final class StaticSitesWorkflowPreviewProperties extends Object
StaticSitesWorkflowPreview resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description StaticSitesWorkflowPreviewProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcontents()Get the contents property: The contents for the workflow file to be generated.Stringpath()Get the path property: The path for the workflow file to be generated.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
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.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-