< Back
Get-AzureRmManagedApplicationDefinition
Post
NAME Get-AzureRmManagedApplicationDefinition
SYNOPSIS
Gets managed application definitions
SYNTAX
Get-AzureRmManagedApplicationDefinition [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] -Id <String> [-Pre] [<CommonParameters>]
Get-AzureRmManagedApplicationDefinition [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-Name <String>] [-Pre]
-ResourceGroupName <String> [<CommonParameters>]
DESCRIPTION
The Get-AzureRmManagedApplicationDefinition cmdlet gets managed application definitions
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 definition 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
-Name <String>
The managed application definition name.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
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
<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
OUTPUTS
System.Management.Automation.PSObject
NOTES
Example 1: Get all managed application definitions under a resource group
PS C:\\>Get-AzureRmManagedApplicationDefinition -ResourceGroupName "MyRG"
This command gets the managed application definitions under resource group "MyRG"
Example 2: Get a managed application definition
PS C:\\>Get-AzureRmManagedApplicationDefinition -ResourceGroupName "MyRG" -Name "myManagedAppDef"
This command gets the managed application definition "myManagedAppDef" under resource group "MyRG"
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... definition
SYNOPSIS
Gets managed application definitions
SYNTAX
Get-AzureRmManagedApplicationDefinition [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] -Id <String> [-Pre] [<CommonParameters>]
Get-AzureRmManagedApplicationDefinition [-ApiVersion <String>] [-DefaultProfile <IAzureContextContainer>] [-Name <String>] [-Pre]
-ResourceGroupName <String> [<CommonParameters>]
DESCRIPTION
The Get-AzureRmManagedApplicationDefinition cmdlet gets managed application definitions
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 definition 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
-Name <String>
The managed application definition name.
Required? false
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
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
<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
OUTPUTS
System.Management.Automation.PSObject
NOTES
Example 1: Get all managed application definitions under a resource group
PS C:\\>Get-AzureRmManagedApplicationDefinition -ResourceGroupName "MyRG"
This command gets the managed application definitions under resource group "MyRG"
Example 2: Get a managed application definition
PS C:\\>Get-AzureRmManagedApplicationDefinition -ResourceGroupName "MyRG" -Name "myManagedAppDef"
This command gets the managed application definition "myManagedAppDef" under resource group "MyRG"
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... definition