Uses of Class
com.azure.resourcemanager.keyvault.models.PrivateLinkServiceConnectionState
Packages that use PrivateLinkServiceConnectionState
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Approval state of the private link connection.PrivateEndpointConnectionProperties.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Approval state of the private link connection.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Approval state of the private link connection.PrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Approval state of the private link connection. -
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceConnectionState from the JsonReader.PrivateEndpointConnectionItem.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: Approval state of the private link connection.PrivateLinkServiceConnectionState.withActionsRequired(ActionsRequired actionsRequired) Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.PrivateLinkServiceConnectionState.withDescription(String description) Set the description property: The reason for approval or rejection.PrivateLinkServiceConnectionState.withStatus(PrivateEndpointServiceConnectionStatus status) Set the status property: Indicates whether the connection has been approved, rejected or removed by the key vault owner.Methods in com.azure.resourcemanager.keyvault.models with parameters of type PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateEndpointConnectionItem.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Approval state of the private link connection.