New-AzExpressRoutePortLOA
Download letter of authorization document for an express route port.
Note
This is the previous version of our documentation. Please consult the most recent version for up-to-date information.
Syntax
New-AzExpressRoutePortLOA
-PortName <String>
-ResourceGroupName <String>
-CustomerName <String>
[-Destination <String>]
[-PassThru]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzExpressRoutePortLOA
-ExpressRoutePort <PSExpressRoutePort>
-CustomerName <String>
[-Destination <String>]
[-PassThru]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzExpressRoutePortLOA
-Id <String>
-CustomerName <String>
[-Destination <String>]
[-PassThru]
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
New-AzExpressRoutePortLOA cmdlet downloads a letter of authorization document in PDF format for an express route port.
Examples
Example 1
PS C:\> New-AzExpressRoutePortLOA -ResourceGroupName myRg -PortName myPort -CustomerName Contoso -Destination loa.pdf
Download the letter of authorization document for express route port 'myPort' and store it in file 'loa.pdf'.
Example 2
Download letter of authorization document for an express route port. (autogenerated)
New-AzExpressRoutePortLOA -CustomerName Contoso -Destination loa.pdf -ExpressRoutePort <PSExpressRoutePort>
Parameters
Run cmdlet in the background
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The customer name to whom this Express Route Port is assigned to.
| Type: | String |
| Aliases: | Name |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The credentials, account, tenant, and subscription used for communication with Azure.
| Type: | IAzureContextContainer |
| Aliases: | AzContext, AzureRmContext, AzureCredential |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The output filepath to store the Letter of Authorization to.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The express route port resource.
| Type: | PSExpressRoutePort |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
ResourceId of the express route port.
| Type: | String |
| Aliases: | ResourceId |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.
| Type: | SwitchParameter |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The express route port name.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
The resource group name of the express route port.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |