次の方法で共有


Get-AzsAzureBridgeActivation

Returns the Azure Bridge Activation.

Syntax

List (Default)

Get-AzsAzureBridgeActivation
    -ResourceGroupName <String>
    [-Skip <Int32>]
    [-Top <Int32>]
    [<CommonParameters>]

Get

Get-AzsAzureBridgeActivation
    -Name <String>
    -ResourceGroupName <String>
    [<CommonParameters>]

ResourceId

Get-AzsAzureBridgeActivation
    -ResourceId <String>
    [<CommonParameters>]

Description

Once Azure Stack has been registered, the activation object contains information that links an Azure Stack deployment to its registration in Azure, for example, the registration expiration date, name, etc.

Examples

-------------------------- EXAMPLE 1 --------------------------

Get-AzsAzureBridgeActivation -ResourceGroupName 'activationRG'

Get a list of Azure Bridge Activations under the resource group "activationRG"

-------------------------- EXAMPLE 2 --------------------------

Get-AzsAzureBridgeActivation -Name 'myActivation' -ResourceGroupName 'activationRG'

Get an Azure Bridge Activation by name 'myActivation' situated under 'activationRG'

Parameters

-Name

Name of the activation.

Parameter properties

Type:System.Management.Automation.PSObject
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResourceGroupName

The Resource Group used during the registration of Azure Stack; you can also view Resource Group names in the portal.

Parameter properties

Type:System.Management.Automation.PSObject
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

List
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResourceId

The resource id.

Parameter properties

Type:System.Management.Automation.PSObject
Default value:None
Supports wildcards:False
DontShow:False
Aliases:id

Parameter sets

ResourceId
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-Skip

Skip the first N items as specified by the parameter value.

Parameter properties

Type:Int32
Default value:-1
Supports wildcards:False
DontShow:False

Parameter sets

List
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Top

Return the top N items as specified by the parameter value. Applies after the -Skip parameter.

Parameter properties

Type:Int32
Default value:-1
Supports wildcards:False
DontShow:False

Parameter sets

List
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

Microsoft.AzureStack.Management.AzureBridge.Admin.Models.ActivationResource