Share via


Get-AdminFlowEnvironmentCmkStatus

Get customer managed key (CMK) status for flow environments.

Syntax

Default (Default)

Get-AdminFlowEnvironmentCmkStatus
    -EnvironmentName <String>
    [-ApiVersion <String>]
    [<CommonParameters>]

Description

The Get-AdminFlowEnvironmentCmkStatus cmdlet returns the customer managed key status for flow environment. Use Get-Help Get-AdminFlowEnvironmentCmkStatus -Examples for more detail.

Examples

EXAMPLE 1

Get-AdminFlowEnvironmentCmkStatus -EnvironmentName Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877

Gets the customer managed key status for environment with the ID "Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877".

Parameters

-ApiVersion

The api version to call with.

Parameter properties

Type:String
Default value:2016-11-01
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

-EnvironmentName

Environment ID.

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:True
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

-status

The following status codes are returned. Use the table below to identify the status code description.

Status code Status short description Status long description
0 Not Specified Customer managed key application has not been attempted on this environment
1 Provisioning Customer managed key provisioning in progress
2 Provisioned Customer managed key provisioning completed successfully
3 Unprovisioning Customer managed key is being unprovisioned (moving back to Microsoft managed key)
4 Unprovisioned Customer managed key unprovisioning completed successfully
5 Failed Customer managed key provisioning failed
6 Rotating Customer managed key is being rotated
7 Rotated Customer managed key rotation completed successfully