New-AzDataLakeStoreAccount
建立新的 Data Lake Store 帳戶。
語法
New-AzDataLakeStoreAccount
[-ResourceGroupName] <String>
[-Name] <String>
[-Location] <String>
[[-DefaultGroup] <String>]
[[-Tag] <Hashtable>]
[[-Encryption] <EncryptionConfigType>]
[[-KeyVaultId] <String>]
[[-KeyName] <String>]
[[-KeyVersion] <String>]
[-Tier <TierType>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzDataLakeStoreAccount
[-ResourceGroupName] <String>
[-Name] <String>
[-Location] <String>
[[-DefaultGroup] <String>]
[[-Tag] <Hashtable>]
[-DisableEncryption]
[-Tier <TierType>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
New-AzDataLakeStoreAccount Cmdlet 會建立新的 Data Lake Store 帳戶。
範例
範例 1:建立帳戶
New-AzDataLakeStoreAccount -Name "ContosoADL" -ResourceGroupName "ContosoOrg" -Location "East US 2"
此命令會針對美國東部 2 位置建立名為 ContosoADL 的 Data Lake Store 帳戶。
參數
-DefaultGroup
指定 AzureActive Directory 群組的物件識別碼,以作為新檔案和資料夾的預設群組擁有者。
類型: | String |
Position: | 3 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DisableEncryption
表示帳戶不會套用任何形式的加密。
類型: | SwitchParameter |
Position: | 5 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Encryption
類型: | Nullable<T>[EncryptionConfigType] |
接受的值: | UserManaged, ServiceManaged |
Position: | 5 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-KeyName
類型: | String |
Position: | 7 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-KeyVaultId
類型: | String |
Position: | 6 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-KeyVersion
類型: | String |
Position: | 8 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Location
-Name
指定要建立的帳戶名稱。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
指定包含帳戶的資源群組名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Tag
將標記指定為索引鍵/值組。 您可以使用標記來識別來自其他 Azure 資源的 Data Lake Store 帳戶。
類型: | Hashtable |
Position: | 4 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-Tier
此帳戶要使用的所需承諾用量層。
類型: | Nullable<T>[TierType] |
接受的值: | Consumption, Commitment1TB, Commitment10TB, Commitment100TB, Commitment500TB, Commitment1PB, Commitment5PB |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸入
Nullable<T>[[Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfigType, Microsoft.Azure.Management.DataLake.Store, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]
Nullable<T>[[Microsoft.Azure.Management.DataLake.Store.Models.TierType, Microsoft.Azure.Management.DataLake.Store, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]