Get-AzEdgeZonesExtendedZone
Gets an Azure Extended Zone for a subscription
Syntax
Get-AzEdgeZonesExtendedZone
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzEdgeZonesExtendedZone
-Name <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzEdgeZonesExtendedZone
-InputObject <IEdgeZonesIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Gets an Azure Extended Zone for a subscription
Examples
Example 1: List all Azure Extended Zones under a subscription
Get-AzEdgeZonesExtendedZone
Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt SystemDataLastModifiedBy SystemDataLastModifiedByType ResourceGroupName
---- ------------------- ------------------- ----------------------- ------------------------ ------------------------ ---------------------------- -----------------
losangeles
This command list all Azure Extended Zones under a subscription
Example 2: Get an Azure Extended Zone by name
Get-AzEdgeZonesExtendedZone -Name losangeles
DisplayName : Los Angeles
Geography : usa
GeographyGroup : US
HomeLocation : westus
Id : /subscriptions/2027ff61-4414-4aa3-bd20-170c46f69b19/providers/Microsoft.EdgeZones/extendedZones/losangeles
Latitude : 34.058414
Longitude : -118.23537
Name : losangeles
ProvisioningState : Succeeded
RegionCategory : Other
RegionType : Physical
RegionalDisplayName : (US) Los Angeles
RegistrationState : NotRegistered
ResourceGroupName :
SystemDataCreatedAt :
SystemDataCreatedBy :
SystemDataCreatedByType :
SystemDataLastModifiedAt :
SystemDataLastModifiedBy :
SystemDataLastModifiedByType :
Type : Microsoft.EdgeZones/extendedZones
This command gets an Azure Extended Zones by name
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: | IEdgeZonesIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
The name of the ExtendedZone
Type: | String |
Aliases: | ExtendedZoneName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription. The value must be an UUID.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell