azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.keyvaul...

70 строки
3.2 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.keyvault.models.LifetimeAction.action()
name: action()
nameWithType: LifetimeAction.action()
returns:
description: <p>the action value </p>
type: <xref href="com.microsoft.azure.keyvault.models.Action?alt=com.microsoft.azure.keyvault.models.Action&text=Action" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the action value.</p>
<p></p>
syntax: public Action action()
uid: com.microsoft.azure.keyvault.models.LifetimeAction.action()
- fullName: com.microsoft.azure.keyvault.models.LifetimeAction.trigger()
name: trigger()
nameWithType: LifetimeAction.trigger()
returns:
description: <p>the trigger value </p>
type: <xref href="com.microsoft.azure.keyvault.models.Trigger?alt=com.microsoft.azure.keyvault.models.Trigger&text=Trigger" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the trigger value.</p>
<p></p>
syntax: public Trigger trigger()
uid: com.microsoft.azure.keyvault.models.LifetimeAction.trigger()
- fullName: com.microsoft.azure.keyvault.models.LifetimeAction.withAction(Action action)
name: withAction(Action action)
nameWithType: LifetimeAction.withAction(Action action)
parameters:
- description: <p>the action value to set </p>
name: action
type: <xref href="com.microsoft.azure.keyvault.models.Action?alt=com.microsoft.azure.keyvault.models.Action&text=Action" data-throw-if-not-resolved="False"/>
returns:
description: <p>the LifetimeAction object itself. </p>
type: <xref href="com.microsoft.azure.keyvault.models.LifetimeAction?alt=com.microsoft.azure.keyvault.models.LifetimeAction&text=LifetimeAction" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the action value.</p>
<p></p>
syntax: public LifetimeAction withAction(Action action)
uid: com.microsoft.azure.keyvault.models.LifetimeAction.withAction(Action)
- fullName: com.microsoft.azure.keyvault.models.LifetimeAction.withTrigger(Trigger trigger)
name: withTrigger(Trigger trigger)
nameWithType: LifetimeAction.withTrigger(Trigger trigger)
parameters:
- description: <p>the trigger value to set </p>
name: trigger
type: <xref href="com.microsoft.azure.keyvault.models.Trigger?alt=com.microsoft.azure.keyvault.models.Trigger&text=Trigger" data-throw-if-not-resolved="False"/>
returns:
description: <p>the LifetimeAction object itself. </p>
type: <xref href="com.microsoft.azure.keyvault.models.LifetimeAction?alt=com.microsoft.azure.keyvault.models.LifetimeAction&text=LifetimeAction" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the trigger value.</p>
<p></p>
syntax: public LifetimeAction withTrigger(Trigger trigger)
uid: com.microsoft.azure.keyvault.models.LifetimeAction.withTrigger(Trigger)
nameWithType: LifetimeAction
syntax: public class LifetimeAction
type: class
uid: com.microsoft.azure.keyvault.models.LifetimeAction
fullName: com.microsoft.azure.keyvault.models.LifetimeAction
name: LifetimeAction
package: com.microsoft.azure.keyvault.models
summary: <p>Action and its trigger that will be performed by Key Vault over the lifetime of a certificate. </p>
metadata: {}