Uses of Class
com.azure.resourcemanager.keyvault.models.PrivateEndpoint
-
Packages that use PrivateEndpoint Package Description com.azure.resourcemanager.keyvault.fluent.models Package containing the inner data models for KeyVaultManagementClient.com.azure.resourcemanager.keyvault.models 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 PrivateEndpoint Modifier and Type Method Description PrivateEndpointPrivateEndpointConnectionInner. privateEndpoint()Get the privateEndpoint property: Properties of the private endpoint object.PrivateEndpointPrivateEndpointConnectionProperties. privateEndpoint()Get the privateEndpoint property: Properties of the private endpoint object.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type PrivateEndpoint Modifier and Type Method Description PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: Properties of the private endpoint object.PrivateEndpointConnectionPropertiesPrivateEndpointConnectionProperties. 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 PrivateEndpoint Modifier and Type Method Description PrivateEndpointPrivateEndpointConnectionItem. privateEndpoint()Get the privateEndpoint property: Properties of the private endpoint object.Methods in com.azure.resourcemanager.keyvault.models with parameters of type PrivateEndpoint Modifier and Type Method Description PrivateEndpointConnectionItemPrivateEndpointConnectionItem. withPrivateEndpoint(PrivateEndpoint privateEndpoint)Set the privateEndpoint property: Properties of the private endpoint object.
-