| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClientBase.
|
| Modifier and Type | Method and Description |
|---|---|
LifetimeAction |
LifetimeAction.withAction(Action action)
Set the action value.
|
LifetimeAction |
LifetimeAction.withTrigger(Trigger trigger)
Set the trigger value.
|
| Modifier and Type | Method and Description |
|---|---|
List<LifetimeAction> |
CertificatePolicy.lifetimeActions()
Get the lifetimeActions value.
|
| Modifier and Type | Method and Description |
|---|---|
CertificatePolicy |
CertificatePolicy.withLifetimeActions(List<LifetimeAction> lifetimeActions)
Set the lifetimeActions value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/