azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.file.data...

132 строки
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite"
fullName: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite"
name: "DataLakeStaticWebsite"
nameWithType: "DataLakeStaticWebsite"
summary: "The properties that enable an account to host a static website."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **DataLakeStaticWebsite**"
constructors:
- uid: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.DataLakeStaticWebsite()"
fullName: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.DataLakeStaticWebsite()"
name: "DataLakeStaticWebsite()"
nameWithType: "DataLakeStaticWebsite.DataLakeStaticWebsite()"
syntax: "public DataLakeStaticWebsite()"
methods:
- uid: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.getDefaultIndexDocumentPath()"
fullName: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.getDefaultIndexDocumentPath()"
name: "getDefaultIndexDocumentPath()"
nameWithType: "DataLakeStaticWebsite.getDefaultIndexDocumentPath()"
summary: "Get the default<wbr>Index<wbr>Document<wbr>Path property: Absolute path of the default index page."
syntax: "public String getDefaultIndexDocumentPath()"
desc: "Get the defaultIndexDocumentPath property: Absolute path of the default index page."
returns:
description: "the defaultIndexDocumentPath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.getErrorDocument404Path()"
fullName: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.getErrorDocument404Path()"
name: "getErrorDocument404Path()"
nameWithType: "DataLakeStaticWebsite.getErrorDocument404Path()"
summary: "Get the error<wbr>Document404Path property: The absolute path of the custom 404 page."
syntax: "public String getErrorDocument404Path()"
desc: "Get the errorDocument404Path property: The absolute path of the custom 404 page."
returns:
description: "the errorDocument404Path value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.getIndexDocument()"
fullName: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.getIndexDocument()"
name: "getIndexDocument()"
nameWithType: "DataLakeStaticWebsite.getIndexDocument()"
summary: "Get the index<wbr>Document property: The default name of the index page under each directory."
syntax: "public String getIndexDocument()"
desc: "Get the indexDocument property: The default name of the index page under each directory."
returns:
description: "the indexDocument value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.isEnabled()"
fullName: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.isEnabled()"
name: "isEnabled()"
nameWithType: "DataLakeStaticWebsite.isEnabled()"
summary: "Get the enabled property: Indicates whether this account is hosting a static website."
syntax: "public boolean isEnabled()"
desc: "Get the enabled property: Indicates whether this account is hosting a static website."
returns:
description: "the enabled value."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.setDefaultIndexDocumentPath(java.lang.String)"
fullName: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.setDefaultIndexDocumentPath(String defaultIndexDocumentPath)"
name: "setDefaultIndexDocumentPath(String defaultIndexDocumentPath)"
nameWithType: "DataLakeStaticWebsite.setDefaultIndexDocumentPath(String defaultIndexDocumentPath)"
summary: "Set the default<wbr>Index<wbr>Document<wbr>Path property: Absolute path of the default index page."
parameters:
- description: "the defaultIndexDocumentPath value to set."
name: "defaultIndexDocumentPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DataLakeStaticWebsite setDefaultIndexDocumentPath(String defaultIndexDocumentPath)"
desc: "Set the defaultIndexDocumentPath property: Absolute path of the default index page."
returns:
description: "the DataLakeStaticWebsite object itself."
type: "<xref href=\"com.azure.storage.file.datalake.models.DataLakeStaticWebsite?alt=com.azure.storage.file.datalake.models.DataLakeStaticWebsite&text=DataLakeStaticWebsite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.setEnabled(boolean)"
fullName: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.setEnabled(boolean enabled)"
name: "setEnabled(boolean enabled)"
nameWithType: "DataLakeStaticWebsite.setEnabled(boolean enabled)"
summary: "Set the enabled property: Indicates whether this account is hosting a static website."
parameters:
- description: "the enabled value to set."
name: "enabled"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DataLakeStaticWebsite setEnabled(boolean enabled)"
desc: "Set the enabled property: Indicates whether this account is hosting a static website."
returns:
description: "the DataLakeStaticWebsite object itself."
type: "<xref href=\"com.azure.storage.file.datalake.models.DataLakeStaticWebsite?alt=com.azure.storage.file.datalake.models.DataLakeStaticWebsite&text=DataLakeStaticWebsite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.setErrorDocument404Path(java.lang.String)"
fullName: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.setErrorDocument404Path(String errorDocument404Path)"
name: "setErrorDocument404Path(String errorDocument404Path)"
nameWithType: "DataLakeStaticWebsite.setErrorDocument404Path(String errorDocument404Path)"
summary: "Set the error<wbr>Document404Path property: The absolute path of the custom 404 page."
parameters:
- description: "the errorDocument404Path value to set."
name: "errorDocument404Path"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DataLakeStaticWebsite setErrorDocument404Path(String errorDocument404Path)"
desc: "Set the errorDocument404Path property: The absolute path of the custom 404 page."
returns:
description: "the DataLakeStaticWebsite object itself."
type: "<xref href=\"com.azure.storage.file.datalake.models.DataLakeStaticWebsite?alt=com.azure.storage.file.datalake.models.DataLakeStaticWebsite&text=DataLakeStaticWebsite\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.setIndexDocument(java.lang.String)"
fullName: "com.azure.storage.file.datalake.models.DataLakeStaticWebsite.setIndexDocument(String indexDocument)"
name: "setIndexDocument(String indexDocument)"
nameWithType: "DataLakeStaticWebsite.setIndexDocument(String indexDocument)"
summary: "Set the index<wbr>Document property: The default name of the index page under each directory."
parameters:
- description: "the indexDocument value to set."
name: "indexDocument"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DataLakeStaticWebsite setIndexDocument(String indexDocument)"
desc: "Set the indexDocument property: The default name of the index page under each directory."
returns:
description: "the DataLakeStaticWebsite object itself."
type: "<xref href=\"com.azure.storage.file.datalake.models.DataLakeStaticWebsite?alt=com.azure.storage.file.datalake.models.DataLakeStaticWebsite&text=DataLakeStaticWebsite\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties that enable an account to host a static website."
metadata: {}
package: "com.azure.storage.file.datalake.models"
artifact: com.azure:azure-storage-file-datalake:12.21.0