Edit

Get-AzAppConfigurationOperationDetail

Gets the state of a long running operation.

Syntax

Default (Default)

Get-AzAppConfigurationOperationDetail
    -Endpoint <String>
    -Snapshot <String>
    [-ClientRequestId <String>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

Description

Gets the state of a long running operation.

Examples

Example 1: Get the status of a snapshot creation operation

Get-AzAppConfigurationOperationDetail -Endpoint $endpoint -Snapshot "mySnapshot"
Id     : xxxx
Status : Succeeded

Get the state of a long running operation for a snapshot creation.

Parameters

-ClientRequestId

An opaque, globally-unique, client-generated string identifier for the request.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DefaultProfile

The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

Parameter properties

Type:PSObject
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzureRMContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Endpoint

The endpoint of the App Configuration instance to send requests to.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Snapshot

Snapshot identifier for the long running operation.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
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

IOperationDetails