Get-AzSpringCloudApp
Get an App and its properties.
Syntax
Get-AzSpringCloudApp
-ResourceGroupName <String>
-ServiceName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSpringCloudApp
-Name <String>
-SpringInputObject <ISpringCloudIdentity>
[-SyncStatus <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSpringCloudApp
-Name <String>
-ResourceGroupName <String>
-ServiceName <String>
[-SubscriptionId <String[]>]
[-SyncStatus <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSpringCloudApp
-InputObject <ISpringCloudIdentity>
[-SyncStatus <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get an App and its properties.
Examples
Example 1: Get all App under the spring service
Get-AzSpringCloudApp -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service
Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy
---- ------------------- ------------------- ----------------------- ------------------------ ------------------------
plugin 2022/6/28 9:15:47 *********@microsoft.com User 2022/6/28 9:15:47 *********@microsoft.com
tools 2022/6/28 8:33:27 *********@microsoft.com User 2022/6/28 8:33:27 *********@microsoft.com
Get all App under the spring service.
Example 2: Get an App and its properties
Get-AzSpringCloudApp -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -Name tools
Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy
---- ------------------- ------------------- ----------------------- ------------------------ ------------------------
tools 2022/6/28 8:33:27 *********@microsoft.com User 2022/6/28 8:33:27 *********@microsoft.com
Get an App and its properties.
Example 3: Get an App and its properties by pipeline
New-AzSpringCloudApp -ResourceGroupName SpringCloud-gp-junxi -ServiceName springcloud-service -Name tools | Get-AzSpringCloudApp
Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy
---- ------------------- ------------------- ----------------------- ------------------------ ------------------------
tools 2022/6/28 8:33:27 *********@microsoft.com User 2022/6/28 8:33:27 *********@microsoft.com
Get an App and its properties by pipeline.
Parameters
-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 App resource.
Type: | String |
Aliases: | AppName |
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 |
-SyncStatus
Indicates whether sync status
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |