public final class StaticWebsite extends Object
| Constructor and Description |
|---|
StaticWebsite() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled()
Get the enabled value.
|
String |
errorDocument404Path()
Get the errorDocument404Path value.
|
String |
indexDocument()
Get the indexDocument value.
|
StaticWebsite |
withEnabled(boolean enabled)
Set the enabled value.
|
StaticWebsite |
withErrorDocument404Path(String errorDocument404Path)
Set the errorDocument404Path value.
|
StaticWebsite |
withIndexDocument(String indexDocument)
Set the indexDocument value.
|
public boolean enabled()
public StaticWebsite withEnabled(boolean enabled)
enabled - the enabled value to set.public String indexDocument()
public StaticWebsite withIndexDocument(String indexDocument)
indexDocument - the indexDocument value to set.public String errorDocument404Path()
public StaticWebsite withErrorDocument404Path(String errorDocument404Path)
errorDocument404Path - the errorDocument404Path value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.