StaticSitesWorkflowPreviewInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. StaticSitesWorkflowPreviewInner
- com.
- com.
- com.
public final class StaticSitesWorkflowPreviewInner
extends ProxyOnlyResource
Preview for the Static Site Workflow to be generated.
Constructor Summary
Constructor | Description |
---|---|
StaticSitesWorkflowPreviewInner() |
Creates an instance of Static |
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: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
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: The type of the resource. |
void |
validate()
Validates the instance. |
Static |
withKind(String kind)
Set the kind property: Kind of resource. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
StaticSitesWorkflowPreviewInner
public StaticSitesWorkflowPreviewInner()
Creates an instance of StaticSitesWorkflowPreviewInner class.
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: Fully qualified resource Id for the resource.
Overrides:
StaticSitesWorkflowPreviewInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
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: The type of the resource.
Overrides:
StaticSitesWorkflowPreviewInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
StaticSitesWorkflowPreviewInner.validate()withKind
public StaticSitesWorkflowPreviewInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
StaticSitesWorkflowPreviewInner.withKind(String kind)Parameters:
Applies to
Azure SDK for Java