261 строка
17 KiB
YAML
261 строка
17 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount"
|
|
name: "StorageAccount"
|
|
nameWithType: "StorageAccount"
|
|
summary: "The storage Account."
|
|
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 **StorageAccount**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.StorageAccount()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.StorageAccount()"
|
|
name: "StorageAccount()"
|
|
nameWithType: "StorageAccount.StorageAccount()"
|
|
summary: "Creates an instance of Storage<wbr>Account class."
|
|
syntax: "public StorageAccount()"
|
|
desc: "Creates an instance of StorageAccount class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.container()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.container()"
|
|
name: "container()"
|
|
nameWithType: "StorageAccount.container()"
|
|
summary: "Get the container property: The container in the storage account, only to be specified for WASB storage accounts."
|
|
syntax: "public String container()"
|
|
desc: "Get the container property: The container in the storage account, only to be specified for WASB storage accounts."
|
|
returns:
|
|
description: "the container value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.fileSystem()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.fileSystem()"
|
|
name: "fileSystem()"
|
|
nameWithType: "StorageAccount.fileSystem()"
|
|
summary: "Get the file<wbr>System property: The filesystem, only to be specified for Azure Data Lake Storage Gen 2."
|
|
syntax: "public String fileSystem()"
|
|
desc: "Get the fileSystem property: The filesystem, only to be specified for Azure Data Lake Storage Gen 2."
|
|
returns:
|
|
description: "the fileSystem value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.fileshare()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.fileshare()"
|
|
name: "fileshare()"
|
|
nameWithType: "StorageAccount.fileshare()"
|
|
summary: "Get the fileshare property: The file share name."
|
|
syntax: "public String fileshare()"
|
|
desc: "Get the fileshare property: The file share name."
|
|
returns:
|
|
description: "the fileshare value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.isDefault()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.isDefault()"
|
|
name: "isDefault()"
|
|
nameWithType: "StorageAccount.isDefault()"
|
|
summary: "Get the is<wbr>Default property: Whether or not the storage account is the default storage account."
|
|
syntax: "public Boolean isDefault()"
|
|
desc: "Get the isDefault property: Whether or not the storage account is the default storage account."
|
|
returns:
|
|
description: "the isDefault value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.key()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.key()"
|
|
name: "key()"
|
|
nameWithType: "StorageAccount.key()"
|
|
summary: "Get the key property: The storage account access key."
|
|
syntax: "public String key()"
|
|
desc: "Get the key property: The storage account access key."
|
|
returns:
|
|
description: "the key value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.msiResourceId()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.msiResourceId()"
|
|
name: "msiResourceId()"
|
|
nameWithType: "StorageAccount.msiResourceId()"
|
|
summary: "Get the msi<wbr>Resource<wbr>Id property: The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2."
|
|
syntax: "public String msiResourceId()"
|
|
desc: "Get the msiResourceId property: The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2."
|
|
returns:
|
|
description: "the msiResourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.name()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.name()"
|
|
name: "name()"
|
|
nameWithType: "StorageAccount.name()"
|
|
summary: "Get the name property: The name of the storage account."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The name of the storage account."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.resourceId()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.resourceId()"
|
|
name: "resourceId()"
|
|
nameWithType: "StorageAccount.resourceId()"
|
|
summary: "Get the resource<wbr>Id property: The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2."
|
|
syntax: "public String resourceId()"
|
|
desc: "Get the resourceId property: The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2."
|
|
returns:
|
|
description: "the resourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.saskey()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.saskey()"
|
|
name: "saskey()"
|
|
nameWithType: "StorageAccount.saskey()"
|
|
summary: "Get the saskey property: The shared access signature key."
|
|
syntax: "public String saskey()"
|
|
desc: "Get the saskey property: The shared access signature key."
|
|
returns:
|
|
description: "the saskey value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.validate()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.validate()"
|
|
name: "validate()"
|
|
nameWithType: "StorageAccount.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withContainer(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withContainer(String container)"
|
|
name: "withContainer(String container)"
|
|
nameWithType: "StorageAccount.withContainer(String container)"
|
|
summary: "Set the container property: The container in the storage account, only to be specified for WASB storage accounts."
|
|
parameters:
|
|
- description: "the container value to set."
|
|
name: "container"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StorageAccount withContainer(String container)"
|
|
desc: "Set the container property: The container in the storage account, only to be specified for WASB storage accounts."
|
|
returns:
|
|
description: "the StorageAccount object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.StorageAccount?alt=com.azure.resourcemanager.hdinsight.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withFileSystem(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withFileSystem(String fileSystem)"
|
|
name: "withFileSystem(String fileSystem)"
|
|
nameWithType: "StorageAccount.withFileSystem(String fileSystem)"
|
|
summary: "Set the file<wbr>System property: The filesystem, only to be specified for Azure Data Lake Storage Gen 2."
|
|
parameters:
|
|
- description: "the fileSystem value to set."
|
|
name: "fileSystem"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StorageAccount withFileSystem(String fileSystem)"
|
|
desc: "Set the fileSystem property: The filesystem, only to be specified for Azure Data Lake Storage Gen 2."
|
|
returns:
|
|
description: "the StorageAccount object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.StorageAccount?alt=com.azure.resourcemanager.hdinsight.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withFileshare(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withFileshare(String fileshare)"
|
|
name: "withFileshare(String fileshare)"
|
|
nameWithType: "StorageAccount.withFileshare(String fileshare)"
|
|
summary: "Set the fileshare property: The file share name."
|
|
parameters:
|
|
- description: "the fileshare value to set."
|
|
name: "fileshare"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StorageAccount withFileshare(String fileshare)"
|
|
desc: "Set the fileshare property: The file share name."
|
|
returns:
|
|
description: "the StorageAccount object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.StorageAccount?alt=com.azure.resourcemanager.hdinsight.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withIsDefault(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withIsDefault(Boolean isDefault)"
|
|
name: "withIsDefault(Boolean isDefault)"
|
|
nameWithType: "StorageAccount.withIsDefault(Boolean isDefault)"
|
|
summary: "Set the is<wbr>Default property: Whether or not the storage account is the default storage account."
|
|
parameters:
|
|
- description: "the isDefault value to set."
|
|
name: "isDefault"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public StorageAccount withIsDefault(Boolean isDefault)"
|
|
desc: "Set the isDefault property: Whether or not the storage account is the default storage account."
|
|
returns:
|
|
description: "the StorageAccount object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.StorageAccount?alt=com.azure.resourcemanager.hdinsight.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withKey(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withKey(String key)"
|
|
name: "withKey(String key)"
|
|
nameWithType: "StorageAccount.withKey(String key)"
|
|
summary: "Set the key property: The storage account access key."
|
|
parameters:
|
|
- description: "the key value to set."
|
|
name: "key"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StorageAccount withKey(String key)"
|
|
desc: "Set the key property: The storage account access key."
|
|
returns:
|
|
description: "the StorageAccount object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.StorageAccount?alt=com.azure.resourcemanager.hdinsight.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withMsiResourceId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withMsiResourceId(String msiResourceId)"
|
|
name: "withMsiResourceId(String msiResourceId)"
|
|
nameWithType: "StorageAccount.withMsiResourceId(String msiResourceId)"
|
|
summary: "Set the msi<wbr>Resource<wbr>Id property: The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2."
|
|
parameters:
|
|
- description: "the msiResourceId value to set."
|
|
name: "msiResourceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StorageAccount withMsiResourceId(String msiResourceId)"
|
|
desc: "Set the msiResourceId property: The managed identity (MSI) that is allowed to access the storage account, only to be specified for Azure Data Lake Storage Gen 2."
|
|
returns:
|
|
description: "the StorageAccount object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.StorageAccount?alt=com.azure.resourcemanager.hdinsight.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "StorageAccount.withName(String name)"
|
|
summary: "Set the name property: The name of the storage account."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StorageAccount withName(String name)"
|
|
desc: "Set the name property: The name of the storage account."
|
|
returns:
|
|
description: "the StorageAccount object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.StorageAccount?alt=com.azure.resourcemanager.hdinsight.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withResourceId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withResourceId(String resourceId)"
|
|
name: "withResourceId(String resourceId)"
|
|
nameWithType: "StorageAccount.withResourceId(String resourceId)"
|
|
summary: "Set the resource<wbr>Id property: The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2."
|
|
parameters:
|
|
- description: "the resourceId value to set."
|
|
name: "resourceId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StorageAccount withResourceId(String resourceId)"
|
|
desc: "Set the resourceId property: The resource ID of storage account, only to be specified for Azure Data Lake Storage Gen 2."
|
|
returns:
|
|
description: "the StorageAccount object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.StorageAccount?alt=com.azure.resourcemanager.hdinsight.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withSaskey(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageAccount.withSaskey(String saskey)"
|
|
name: "withSaskey(String saskey)"
|
|
nameWithType: "StorageAccount.withSaskey(String saskey)"
|
|
summary: "Set the saskey property: The shared access signature key."
|
|
parameters:
|
|
- description: "the saskey value to set."
|
|
name: "saskey"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public StorageAccount withSaskey(String saskey)"
|
|
desc: "Set the saskey property: The shared access signature key."
|
|
returns:
|
|
description: "the StorageAccount object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.StorageAccount?alt=com.azure.resourcemanager.hdinsight.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The storage Account."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hdinsight.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0
|