New-AzureADMSApplicationFromApplicationTemplate
Instantiates an application
Syntax
New-AzureADMSApplicationFromApplicationTemplate
-Id <String>
-DisplayName <ApplicationTemplateDisplayName>
[<CommonParameters>]
Description
This cmdlet allows users to create application from application template
Examples
1. Creates an application from application template
PS C:\> $instantiated_app = New-AzureADMSApplicationTemplate -Id e8b7b394-057d-4203-a93a-1879c28ece38 -DisplayName bugzilla-copy1
This command instantiates a new application based on application template referenced by the id.
Parameters
-DisplayName
Application template display name
Type: | ApplicationTemplateDisplayName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Id
The unique identifier of an object in Azure Active Directory
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Outputs
Microsoft.Online.Administration.ApplicationTemplateCopy