Uses of Class
com.azure.resourcemanager.keyvault.models.ActionsRequired
Packages that use ActionsRequired
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of ActionsRequired in com.azure.resourcemanager.keyvault.models
Subclasses with type arguments of type ActionsRequired in com.azure.resourcemanager.keyvault.modelsModifier and TypeClassDescriptionfinal classA message indicating if changes on the service provider require any updates on the consumer.Fields in com.azure.resourcemanager.keyvault.models declared as ActionsRequiredModifier and TypeFieldDescriptionstatic final ActionsRequiredActionsRequired.NONEStatic value None for ActionsRequired.Methods in com.azure.resourcemanager.keyvault.models that return ActionsRequiredModifier and TypeMethodDescriptionMhsmPrivateLinkServiceConnectionState.actionsRequired()Get the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.PrivateLinkServiceConnectionState.actionsRequired()Get the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.static ActionsRequiredActionsRequired.fromString(String name) Creates or finds a ActionsRequired from its string representation.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type ActionsRequiredModifier and TypeMethodDescriptionstatic Collection<ActionsRequired> ActionsRequired.values()Gets known ActionsRequired values.Methods in com.azure.resourcemanager.keyvault.models with parameters of type ActionsRequiredModifier and TypeMethodDescriptionMhsmPrivateLinkServiceConnectionState.withActionsRequired(ActionsRequired actionsRequired) Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.PrivateLinkServiceConnectionState.withActionsRequired(ActionsRequired actionsRequired) Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.