Uses of Class
com.azure.resourcemanager.keyvault.models.PrivateEndpointConnectionItem
Packages that use PrivateEndpointConnectionItem
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of PrivateEndpointConnectionItem in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return PrivateEndpointConnectionItemModifier and TypeMethodDescriptionPrivateEndpointConnectionItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpointConnectionItem from the JsonReader.Set the etag property: Modified whenever there is a change in the state of private endpoint connection.Set the id property: Id of private endpoint connection.PrivateEndpointConnectionItem.withPrivateEndpoint(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: Properties of the private endpoint object.PrivateEndpointConnectionItem.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: Approval state of the private link connection.PrivateEndpointConnectionItem.withProvisioningState(PrivateEndpointConnectionProvisioningState provisioningState) Set the provisioningState property: Provisioning state of the private endpoint connection.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type PrivateEndpointConnectionItemModifier and TypeMethodDescriptionVaultProperties.privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connections associated with the key vault.