Get-AzCustomLocation
Gets the details of the customLocation with a specified resource group and name.
Get-AzCustomLocation
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCustomLocation
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCustomLocation
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzCustomLocation
-InputObject <ICustomLocationIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Gets the details of the customLocation with a specified resource group and name.
Get-AzCustomLocation
Location Name Namespace ResourceGroupName
-------- ---- --------- -----------------
eastus azps-customlocation azps-namespace azps_test_cluster
List the details of the customLocation.
Get-AzCustomLocation -ResourceGroupName azps_test_cluster
Location Name Namespace ResourceGroupName
-------- ---- --------- -----------------
eastus azps-customlocation azps-namespace azps_test_cluster
List the details of the customLocation with a specified resource group.
Get-AzCustomLocation -ResourceGroupName azps_test_cluster -Name azps-customlocation
Location Name Namespace ResourceGroupName
-------- ---- --------- -----------------
eastus azps-customlocation azps-namespace azps_test_cluster
Gets the details of the customLocation with a specified resource group and name.
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 |
Identity Parameter
Type: | ICustomLocationIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Custom Locations name.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The name of the resource group. The name is case insensitive.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
The ID of the target subscription.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Azure PowerShell feedback
Azure PowerShell is an open source project. Select a link to provide feedback: