Get-AzSpringCloudAppDeployment
Get a Deployment and its properties.
Syntax
Get-AzSpringCloudAppDeployment
-ResourceGroupName <String>
-ServiceName <String>
[-SubscriptionId <String[]>]
[-Version <System.Collections.Generic.List`1[System.String]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSpringCloudAppDeployment
-AppName <String>
-ResourceGroupName <String>
-ServiceName <String>
[-SubscriptionId <String[]>]
[-Version <System.Collections.Generic.List`1[System.String]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSpringCloudAppDeployment
-AppName <String>
-Name <String>
-SpringInputObject <ISpringCloudIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSpringCloudAppDeployment
-AppName <String>
-Name <String>
-ResourceGroupName <String>
-ServiceName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSpringCloudAppDeployment
-Name <String>
-AppInputObject <ISpringCloudIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSpringCloudAppDeployment
-InputObject <ISpringCloudIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get a Deployment and its properties.
Examples
Example 1: Get Spring Cloud App Deploymeng by name
Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default
Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName
---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- -----------------
jardemo 7/25/2022 9:29:46 AM v-diya@microsoft.com User 7/25/2022 9:38:28 AM v-diya@microsoft.com User springcloudrg
Get Spring Cloud App Deploymeng by name.
Example 2: List all the deployment under a given spring cloud app
Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway
Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName
---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- -----------------
jardemo 7/25/2022 9:29:46 AM v-diya@microsoft.com User 7/25/2022 9:38:28 AM v-diya@microsoft.com User springcloudrg
List all the deployment under a given spring cloud app.
Example 3: List all the deployment under a given subscription
Get-AzSpringCloudAppDeployment -ResourceGroupName 'springcloudrg' -ServiceName 'standardspring-demo'
Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName
---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- -----------------
jardemo 7/25/2022 9:29:46 AM v-diya@microsoft.com User 7/25/2022 9:38:28 AM v-diya@microsoft.com User springcloudrg
List all the deployment under a given subscription.
Parameters
-AppInputObject
Identity Parameter
Type: | ISpringCloudIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-AppName
The name of the App resource.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter
Type: | ISpringCloudIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
The name of the Deployment resource.
Type: | String |
Aliases: | DeploymentName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ServiceName
The name of the Service resource.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SpringInputObject
Identity Parameter
Type: | ISpringCloudIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-SubscriptionId
Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Version
Version of the deployments to be listed
Type: | List<T>[String] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |