共用方式為


New-AzureProfile

注意

本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰

Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。

語法

New-AzureProfile
   [-Environment <AzureEnvironment>]
   -SubscriptionId <String>
   [-StorageAccount <String>]
   -Certificate <X509Certificate2>
   [<CommonParameters>]
New-AzureProfile
   [-Environment <AzureEnvironment>]
   -SubscriptionId <String>
   [-StorageAccount <String>]
   -Credential <PSCredential>
   -Tenant <String>
   [-ServicePrincipal]
   [<CommonParameters>]
New-AzureProfile
   [-Environment <AzureEnvironment>]
   -SubscriptionId <String>
   [-StorageAccount <String>]
   -AccessToken <String>
   -AccountId <String>
   [<CommonParameters>]
New-AzureProfile
   [-Environment <AzureEnvironment>]
   -SubscriptionId <String>
   [-StorageAccount <String>]
   -Credential <PSCredential>
   [-Tenant <String>]
   [<CommonParameters>]
New-AzureProfile
   [-Environment <AzureEnvironment>]
   [<CommonParameters>]
New-AzureProfile
   -Path <String>
   [<CommonParameters>]
New-AzureProfile
   -Properties <Hashtable>
   [<CommonParameters>]

範例

1:

PS C:\>

參數

-AccessToken

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-AccountId

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Certificate

類型:X509Certificate2
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Credential

類型:PSCredential
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Environment

類型:AzureEnvironment
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Path

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Properties

類型:Hashtable
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ServicePrincipal

類型:SwitchParameter
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-StorageAccount

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SubscriptionId

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Tenant

類型:String
別名:TenantId
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False