Get-AzSpringCloud
Get a Service and its properties.
Syntax
Get-AzSpringCloud
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSpringCloud
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSpringCloud
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzSpringCloud
-InputObject <ISpringCloudIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get a Service and its properties.
Examples
Example 1: Get Spring Cloud Service by name
Get-AzSpringCloud -ResourceGroupName springcloudrg -Name spring-portal02
Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName
-------- ---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- -----------------
eastus spring-portal02 7/21/2022 3:02:40 AM v-diya@microsoft.com User 7/21/2022 3:02:40 AM v-diya@microsoft.com User springcloudrg : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20190501Preview.Error
Get Spring Cloud Service by name.
Example 2: List all the spring cloud service under the resource group
Get-AzSpringCloud -ResourceGroupName spring-cloud-rg
Location Name Type
-------- ---- ----
eastus spring-cloud-rg Microsoft.AppPlatform/Spring
List all the spring cloud service under the resource group.
Example 3: List all the spring cloud service under the subscription
Get-AzSpringCloud
Location Name Type
-------- ---- ----
eastus spring-cloud-rg Microsoft.AppPlatform/Spring
List all the spring cloud service under the subscription.
Example 4: Get Spring Cloud Service by pipeline
New-AzSpringCloud -ResourceGroupName springcloudrg -Name spring-pwsh01 -Location eastus | Get-AzSpringCloud
Location Name Type
-------- ---- ----
eastus spring-cloud-rg Microsoft.AppPlatform/Spring
Get Spring Cloud Service 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 Service resource.
Type: | String |
Aliases: | ServiceName |
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 |
-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 |