StaticSitesWorkflowPreviewInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. StaticSitesWorkflowPreviewInner
- com.
- com.
public final class StaticSitesWorkflowPreviewInner
extends ProxyOnlyResource
Preview for the Static Site Workflow to be generated.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
contents()
Get the contents property: The contents for the workflow file to be generated. |
|
static
Static |
fromJson(JsonReader jsonReader)
Reads an instance of Static |
| String |
id()
Get the id property: Resource Id. |
| String |
name()
Get the name property: Resource Name. |
| String |
path()
Get the path property: The path for the workflow file to be generated. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Method Details
contents
public String contents()
Get the contents property: The contents for the workflow file to be generated.
Returns:
fromJson
public static StaticSitesWorkflowPreviewInner fromJson(JsonReader jsonReader)
Reads an instance of StaticSitesWorkflowPreviewInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id.
Overrides:
StaticSitesWorkflowPreviewInner.id()Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
StaticSitesWorkflowPreviewInner.name()Returns:
path
public String path()
Get the path property: The path for the workflow file to be generated.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StaticSitesWorkflowPreviewInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
StaticSitesWorkflowPreviewInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
StaticSitesWorkflowPreviewInner.validate()