< Back

Set-AzureRmManagedApplication

Tue Jan 29, 2019 10:06 pm

NAME Set-AzureRmManagedApplication



SYNOPSIS

Updates managed application





SYNTAX

Set-AzureRmManagedApplication [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] -Id <String> [-Kind <String>]

[-ManagedApplicationDefinitionId <String>] [-ManagedResourceGroupName <String>] [-Parameter <String>] [-Plan <Hashtable>] [-Pre] [-Tag

<Hashtable>] [-Confirm] [-WhatIf] [<CommonParameters>]



Set-AzureRmManagedApplication [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-Kind <String>] [-ManagedApplicationDefinitionId

<String>] [-ManagedResourceGroupName <String>] -Name <String> [-Parameter <String>] [-Plan <Hashtable>] [-Pre] -ResourceGroupName <String> [-Tag

<Hashtable>] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Set-AzureRmManagedApplication cmdlet updates managed applications





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



-Id <String>

The fully qualified managed application Id, including the subscription. e.g. /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Kind <String>

The managed application kind. One of marketplace or servicecatalog



Required? false

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? false

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 hash table 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: Update managed application definition description



PS C:\\>Set-AzureRmManagedApplication -ResourceId "/subscriptions/mySubId/resourcegroups/myRG/Microsoft.Solutions/applications/myApp" -Description

"Updated description here"



This command updates the managed application description







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... pplication