69 строки
4.8 KiB
YAML
69 строки
4.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hdinsight.models.StorageProfile"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageProfile"
|
|
name: "StorageProfile"
|
|
nameWithType: "StorageProfile"
|
|
summary: "The storage profile."
|
|
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 **StorageProfile**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageProfile.StorageProfile()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageProfile.StorageProfile()"
|
|
name: "StorageProfile()"
|
|
nameWithType: "StorageProfile.StorageProfile()"
|
|
summary: "Creates an instance of Storage<wbr>Profile class."
|
|
syntax: "public StorageProfile()"
|
|
desc: "Creates an instance of StorageProfile class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageProfile.storageaccounts()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageProfile.storageaccounts()"
|
|
name: "storageaccounts()"
|
|
nameWithType: "StorageProfile.storageaccounts()"
|
|
summary: "Get the storageaccounts property: The list of storage accounts in the cluster."
|
|
syntax: "public List<StorageAccount> storageaccounts()"
|
|
desc: "Get the storageaccounts property: The list of storage accounts in the cluster."
|
|
returns:
|
|
description: "the storageaccounts value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<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.StorageProfile.validate()"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageProfile.validate()"
|
|
name: "validate()"
|
|
nameWithType: "StorageProfile.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.hdinsight.models.StorageProfile.withStorageaccounts(java.util.List<com.azure.resourcemanager.hdinsight.models.StorageAccount>)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.models.StorageProfile.withStorageaccounts(List<StorageAccount> storageaccounts)"
|
|
name: "withStorageaccounts(List<StorageAccount> storageaccounts)"
|
|
nameWithType: "StorageProfile.withStorageaccounts(List<StorageAccount> storageaccounts)"
|
|
summary: "Set the storageaccounts property: The list of storage accounts in the cluster."
|
|
parameters:
|
|
- description: "the storageaccounts value to set."
|
|
name: "storageaccounts"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.hdinsight.models.StorageAccount?alt=com.azure.resourcemanager.hdinsight.models.StorageAccount&text=StorageAccount\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public StorageProfile withStorageaccounts(List<StorageAccount> storageaccounts)"
|
|
desc: "Set the storageaccounts property: The list of storage accounts in the cluster."
|
|
returns:
|
|
description: "the StorageProfile object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.models.StorageProfile?alt=com.azure.resourcemanager.hdinsight.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The storage profile."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hdinsight.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0
|