< Back
New-AzureRmManagedApplication
Post
NAME New-AzureRmManagedApplication
SYNOPSIS
Creates an Azure managed application.
SYNTAX
New-AzureRmManagedApplication [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] -Kind {ServiceCatalog | MarketPlace} -Location
<String> [-ManagedApplicationDefinitionId <String>] -ManagedResourceGroupName <String> -Name <String> [-Parameter <String>] [-Plan <Hashtable>]
[-Pre] -ResourceGroupName <String> [-Tag <Hashtable>] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The New-AzureRmManagedApplication cmdlet creates an Azure Managed Application.
PARAMETERS
-ApiVersion <String>
When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the
latest available.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Kind <ApplicationKind>
The managed application kind. One of marketplace or servicecatalog
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Location <String>
The resource location.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ManagedApplicationDefinitionId <String>
The managed resource group name.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ManagedResourceGroupName <String>
The managed resource group name.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Name <String>
The managed application name.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Parameter <String>
The JSON formatted string of parameters for managed application. This can either be a path to a file name or uri containing the parameters, or
the parameters as string.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Plan <Hashtable>
A hash table which represents managed application plan properties.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Pre [<SwitchParameter>]
When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
The resource group name.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Tag <Hashtable>
A hashtable which represents resource tags.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
System.Collections.Hashtable
OUTPUTS
System.Management.Automation.PSObject
NOTES
Example 1
PS C:\\>New-AzureRmManagedApplication -Name "myManagedApplication" -ResourceGroupName myRG -ManagedResourceGroupName myManagedRG
-ManagedApplicationDefinitionId
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRG/providers/Microsoft.Solutions/applicationDefinitions/myAppDef" -Location
eastus2euap -Kind ServiceCatalog
This command creates a managed application
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... pplication
SYNOPSIS
Creates an Azure managed application.
SYNTAX
New-AzureRmManagedApplication [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] -Kind {ServiceCatalog | MarketPlace} -Location
<String> [-ManagedApplicationDefinitionId <String>] -ManagedResourceGroupName <String> -Name <String> [-Parameter <String>] [-Plan <Hashtable>]
[-Pre] -ResourceGroupName <String> [-Tag <Hashtable>] [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
The New-AzureRmManagedApplication cmdlet creates an Azure Managed Application.
PARAMETERS
-ApiVersion <String>
When set, indicates the version of the resource provider API to use. If not specified, the API version is automatically determined as the
latest available.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Kind <ApplicationKind>
The managed application kind. One of marketplace or servicecatalog
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Location <String>
The resource location.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ManagedApplicationDefinitionId <String>
The managed resource group name.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ManagedResourceGroupName <String>
The managed resource group name.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Name <String>
The managed application name.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Parameter <String>
The JSON formatted string of parameters for managed application. This can either be a path to a file name or uri containing the parameters, or
the parameters as string.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Plan <Hashtable>
A hash table which represents managed application plan properties.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Pre [<SwitchParameter>]
When set, indicates that the cmdlet should use pre-release API versions when automatically determining which version to use.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
The resource group name.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Tag <Hashtable>
A hashtable which represents resource tags.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompts you for confirmation before running the cmdlet.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Required? false
Position? named
Default value False
Accept pipeline input? False
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
System.Collections.Hashtable
OUTPUTS
System.Management.Automation.PSObject
NOTES
Example 1
PS C:\\>New-AzureRmManagedApplication -Name "myManagedApplication" -ResourceGroupName myRG -ManagedResourceGroupName myManagedRG
-ManagedApplicationDefinitionId
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRG/providers/Microsoft.Solutions/applicationDefinitions/myAppDef" -Location
eastus2euap -Kind ServiceCatalog
This command creates a managed application
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... pplication