你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HDInsightStorageAccountInfo 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
存储帐户。
public class HDInsightStorageAccountInfo
type HDInsightStorageAccountInfo = class
Public Class HDInsightStorageAccountInfo
- 继承
-
HDInsightStorageAccountInfo
构造函数
HDInsightStorageAccountInfo() |
初始化 HDInsightStorageAccountInfo 的新实例。 |
属性
Container |
存储帐户中的容器,仅用于为 WASB 存储帐户指定。 |
EnableSecureChannel |
是否启用安全通道,这是一个可选字段。 当群集版本 < 5.1 时,默认值为 false;当群集版本 >= 5.1 时,默认值为 true。 |
Fileshare |
文件共享名称。 |
FileSystem |
文件系统,仅为 Azure Data Lake Storage Gen 2 指定。 |
IsDefault |
存储帐户是否为默认存储帐户。 |
Key |
存储帐户访问密钥。 |
MsiResourceId |
允许访问存储帐户的托管标识 (MSI) ,仅针对第 2 代Azure Data Lake Storage指定。 |
Name |
存储帐户的名称。 |
ResourceId |
存储帐户的资源 ID,仅为 Azure Data Lake Storage Gen 2 指定。 |
SasKey |
共享访问签名密钥。 |