共用方式為


New-AzExpressRoutePortIdentity

建立 Azure ExpressRoutePortIdentity。

語法

New-AzExpressRoutePortIdentity
   -UserAssignedIdentityId <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

New-AzExpressRoutePortIdentity Cmdlet 會建立本機 Azure ExpressRoutePort Identity 物件。 使用 New-AzExpressRoutePortSet-AzExpressRoutePort 將它指派給 Azure ExpressRoutePort。

範例

範例 1

$parameters = @{
    UserAssignedIdentityId='/subscriptions/<SubId>/resourceGroups/<ResourceGroupName>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<IdentityName>'
	}
New-AzExpressRoutePortIdentity @parameters

參數

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-UserAssignedIdentityId

要指派給 ExpressRoutePort 之使用者指派身分識別的 ResourceId。

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

輸入

String

輸出

PSManagedServiceIdentity