< Back

Get-AzureKeyVaultCertificateOperation

Tue Jan 29, 2019 9:50 pm

NAME Get-AzureKeyVaultCertificateOperation



SYNOPSIS

Gets the status of a certificate operation.





SYNTAX

Get-AzureKeyVaultCertificateOperation [-InputObject] <PSKeyVaultCertificateIdentityItem> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]



Get-AzureKeyVaultCertificateOperation [-VaultName] <String> [-Name] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureKeyVaultCertificateOperation cmdlet gets the status of a certificate operation.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InputObject <PSKeyVaultCertificateIdentityItem>

Certificate Object.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Name <String>

Specifies the name of a certificate.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-VaultName <String>

Specifies the name of a key vault.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

Microsoft.Azure.Commands.KeyVault.Models.PSKeyVaultCertificateOperation







NOTES









Example 1: Get the status of a certificate operation



PS C:\\>Get-AzureKeyVaultCertificateOperation -VaultName "ContosoKV01" -Name "TestCert01"

Status : inProgress

CancellationRequested : False

CertificateSigningRequest : MIICpjCCAY4CAQAwFjEUMBIGA1UEAxMLY29udG9zby5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC73w3VRBOlgJ5Od1PjDh+2ytngNZp

+ZP4fkuX8K1Ti5LA6Ih7eWx1fgAN/iTb6l

5K6LvAIJvsTNVePMNxfSdaEIJ70Inm45wVU4A/kf+UxQWAYVMsBrLtDFWxnVhzf6n7RGYke6HLBj3j5ASb9g+olSs6eON25ibF0t+u6JC+sIR0LmVGar9Q0

eZys1rdfzJBIKq+laOM7z2pJijb5ANqve9

i7rH5mnhQk4V8WsRstOhYR9jgLqSSxokDoeaBClIOidSBYqVc1yNv4ASe1UWUCR7ZK6OQXiecNWSWPmgWEyawu6AR9eb1YotCr2ScheMOCxlm3103luitxr

d8A7kMjAgMBAAGgSzBJBgkqhkiG9w0BCQ4

xPDA6MA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwCQYDVR0TBAIwADANBgkqhkiG9w0BAQsFAAOCAQEAIHhsDJV37P

Ki8hor5eQf7+Tct1preIvSwqV0NF6Uo7O6

YnC9Py7Wp7CHfKzuqeptUk2Tsu7B5dHB+o9Ypeeqw8fWhTN0GFGRKO7WjZQlDqL+lRNcjlFSaP022oIP0kmvVhBcmZqRQlALXccAaxEclFA/3y/aNj2gwWe

KpH/pwAkZ39zMEzpQCaRfnQk7e3l4MV8cf



eC2HPYdRWkXxAeDcNPxBuVmKy49AzYvly+APNVDU3v66gxl3fIKrGRsKi2Cp/nO5rBxG2h8t+0Za4l/HJ7ZWR9wKbd/xg7JhdZZFVBxMHYzw8KQ0ys13x8HY+PXU92Y7yD3uC2Rcj+zbAf+Kg==

ErrorCode :

ErrorMessage :



This command gets the status of the certificate operation for TestCert01 on the ContosoKV01 key vault.







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... eoperation

Remove-AzureKeyVaultCertificateOperation

Stop-AzureKeyVaultCertificateOperation