Unregister-AzEdgeZonesExtendedZone

Unregisters a subscription for an Extended Zone

Syntax

Unregister-AzEdgeZonesExtendedZone
          -Name <String>
          [-SubscriptionId <String>]
          [-DefaultProfile <PSObject>]
          [-WhatIf]
          [-Confirm]
          [<CommonParameters>]
Unregister-AzEdgeZonesExtendedZone
          -InputObject <IEdgeZonesIdentity>
          [-DefaultProfile <PSObject>]
          [-WhatIf]
          [-Confirm]
          [<CommonParameters>]

Description

Unregisters a subscription for an Extended Zone

Examples

Example 1: Register subscription for an Azure Extended Zone

Unregister-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            : PendingUnregister
ResourceGroupName            :
SystemDataCreatedAt          :
SystemDataCreatedBy          :
SystemDataCreatedByType      :
SystemDataLastModifiedAt     :
SystemDataLastModifiedBy     :
SystemDataLastModifiedByType :
Type                         : Microsoft.EdgeZones/extendedZones

This command unregister subscription for an Azure Extended Zone

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
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: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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

IEdgeZonesIdentity

Outputs

IExtendedZone