azure-docs-sdk-java/docs-ref-autogen/com.azure.storage.blob.mode...

92 строки
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.storage.blob.models.StorageAccountInfo"
fullName: "com.azure.storage.blob.models.StorageAccountInfo"
name: "StorageAccountInfo"
nameWithType: "StorageAccountInfo"
summary: "This class contains information about 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 class **StorageAccountInfo**"
constructors:
- uid: "com.azure.storage.blob.models.StorageAccountInfo.StorageAccountInfo(com.azure.storage.blob.models.SkuName,com.azure.storage.blob.models.AccountKind)"
fullName: "com.azure.storage.blob.models.StorageAccountInfo.StorageAccountInfo(SkuName skuName, AccountKind accountKind)"
name: "StorageAccountInfo(SkuName skuName, AccountKind accountKind)"
nameWithType: "StorageAccountInfo.StorageAccountInfo(SkuName skuName, AccountKind accountKind)"
summary: "Constructs a <xref uid=\"com.azure.storage.blob.models.StorageAccountInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"StorageAccountInfo\"></xref>."
parameters:
- description: "SKU of the account."
name: "skuName"
type: "<xref href=\"com.azure.storage.blob.models.SkuName?alt=com.azure.storage.blob.models.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
- description: "Type of the account."
name: "accountKind"
type: "<xref href=\"com.azure.storage.blob.models.AccountKind?alt=com.azure.storage.blob.models.AccountKind&text=AccountKind\" data-throw-if-not-resolved=\"False\" />"
syntax: "public StorageAccountInfo(SkuName skuName, AccountKind accountKind)"
desc: "Constructs a <xref uid=\"com.azure.storage.blob.models.StorageAccountInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"StorageAccountInfo\"></xref>."
- uid: "com.azure.storage.blob.models.StorageAccountInfo.StorageAccountInfo(com.azure.storage.blob.models.SkuName,com.azure.storage.blob.models.AccountKind,java.lang.Boolean)"
fullName: "com.azure.storage.blob.models.StorageAccountInfo.StorageAccountInfo(SkuName skuName, AccountKind accountKind, Boolean isHnsEnabled)"
name: "StorageAccountInfo(SkuName skuName, AccountKind accountKind, Boolean isHnsEnabled)"
nameWithType: "StorageAccountInfo.StorageAccountInfo(SkuName skuName, AccountKind accountKind, Boolean isHnsEnabled)"
summary: "Constructs a <xref uid=\"com.azure.storage.blob.models.StorageAccountInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"StorageAccountInfo\"></xref>."
parameters:
- description: "SKU of the account."
name: "skuName"
type: "<xref href=\"com.azure.storage.blob.models.SkuName?alt=com.azure.storage.blob.models.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
- description: "Type of the account."
name: "accountKind"
type: "<xref href=\"com.azure.storage.blob.models.AccountKind?alt=com.azure.storage.blob.models.AccountKind&text=AccountKind\" data-throw-if-not-resolved=\"False\" />"
- description: "whether hierarchical namespace is enabled on the account."
name: "isHnsEnabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public StorageAccountInfo(SkuName skuName, AccountKind accountKind, Boolean isHnsEnabled)"
desc: "Constructs a <xref uid=\"com.azure.storage.blob.models.StorageAccountInfo\" data-throw-if-not-resolved=\"false\" data-raw-source=\"StorageAccountInfo\"></xref>."
methods:
- uid: "com.azure.storage.blob.models.StorageAccountInfo.getAccountKind()"
fullName: "com.azure.storage.blob.models.StorageAccountInfo.getAccountKind()"
name: "getAccountKind()"
nameWithType: "StorageAccountInfo.getAccountKind()"
summary: "Gets the information of the type of the account."
syntax: "public AccountKind getAccountKind()"
desc: "Gets the information of the type of the account."
returns:
description: "the type of the account."
type: "<xref href=\"com.azure.storage.blob.models.AccountKind?alt=com.azure.storage.blob.models.AccountKind&text=AccountKind\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.StorageAccountInfo.getSkuName()"
fullName: "com.azure.storage.blob.models.StorageAccountInfo.getSkuName()"
name: "getSkuName()"
nameWithType: "StorageAccountInfo.getSkuName()"
summary: "Gets the SKU of the account."
syntax: "public SkuName getSkuName()"
desc: "Gets the SKU of the account."
returns:
description: "the SKU of the account."
type: "<xref href=\"com.azure.storage.blob.models.SkuName?alt=com.azure.storage.blob.models.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.storage.blob.models.StorageAccountInfo.isHierarchicalNamespaceEnabled()"
fullName: "com.azure.storage.blob.models.StorageAccountInfo.isHierarchicalNamespaceEnabled()"
name: "isHierarchicalNamespaceEnabled()"
nameWithType: "StorageAccountInfo.isHierarchicalNamespaceEnabled()"
summary: "Specifies whether hierarchical namespace is enabled on the account."
syntax: "public boolean isHierarchicalNamespaceEnabled()"
desc: "Specifies whether hierarchical namespace is enabled on the account."
returns:
description: "whether hierarchical namespace is enabled on the account."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "This class contains information about the storage account."
metadata: {}
package: "com.azure.storage.blob.models"
artifact: com.azure:azure-storage-blob:12.27.1