Uses of Class
com.azure.resourcemanager.keyvault.models.PrivateEndpointServiceConnectionStatus
Packages that use PrivateEndpointServiceConnectionStatus
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of PrivateEndpointServiceConnectionStatus in com.azure.resourcemanager.keyvault.models
Fields in com.azure.resourcemanager.keyvault.models declared as PrivateEndpointServiceConnectionStatusModifier and TypeFieldDescriptionstatic final PrivateEndpointServiceConnectionStatusPrivateEndpointServiceConnectionStatus.APPROVEDStatic value Approved for PrivateEndpointServiceConnectionStatus.static final PrivateEndpointServiceConnectionStatusPrivateEndpointServiceConnectionStatus.DISCONNECTEDStatic value Disconnected for PrivateEndpointServiceConnectionStatus.static final PrivateEndpointServiceConnectionStatusPrivateEndpointServiceConnectionStatus.PENDINGStatic value Pending for PrivateEndpointServiceConnectionStatus.static final PrivateEndpointServiceConnectionStatusPrivateEndpointServiceConnectionStatus.REJECTEDStatic value Rejected for PrivateEndpointServiceConnectionStatus.Methods in com.azure.resourcemanager.keyvault.models that return PrivateEndpointServiceConnectionStatusModifier and TypeMethodDescriptionPrivateEndpointServiceConnectionStatus.fromString(String name) Creates or finds a PrivateEndpointServiceConnectionStatus from its string representation.PrivateLinkServiceConnectionState.status()Get 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 that return types with arguments of type PrivateEndpointServiceConnectionStatusMethods in com.azure.resourcemanager.keyvault.models with parameters of type PrivateEndpointServiceConnectionStatusModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.withStatus(PrivateEndpointServiceConnectionStatus status) Set the status property: Indicates whether the connection has been approved, rejected or removed by the key vault owner.