Uses of Class
com.azure.resourcemanager.keyvault.models.PrivateEndpoint
Packages that use PrivateEndpoint
Package
Description
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of PrivateEndpoint in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return PrivateEndpointModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.privateEndpoint()Get the privateEndpoint property: Properties of the private endpoint object.PrivateEndpointConnectionProperties.privateEndpoint()Get the privateEndpoint property: Properties of the private endpoint object.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type PrivateEndpointModifier and TypeMethodDescriptionPrivateEndpointConnectionInner.withPrivateEndpoint(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: Properties of the private endpoint object.PrivateEndpointConnectionProperties.withPrivateEndpoint(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: Properties of the private endpoint object. -
Uses of PrivateEndpoint in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return PrivateEndpointModifier and TypeMethodDescriptionstatic PrivateEndpointPrivateEndpoint.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateEndpoint from the JsonReader.PrivateEndpointConnectionItem.privateEndpoint()Get the privateEndpoint property: Properties of the private endpoint object.Methods in com.azure.resourcemanager.keyvault.models with parameters of type PrivateEndpointModifier and TypeMethodDescriptionPrivateEndpointConnectionItem.withPrivateEndpoint(PrivateEndpoint privateEndpoint) Set the privateEndpoint property: Properties of the private endpoint object.