Uses of Class
com.azure.resourcemanager.netapp.models.KeyVaultPrivateEndpoint
Packages that use KeyVaultPrivateEndpoint
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of KeyVaultPrivateEndpoint in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return types with arguments of type KeyVaultPrivateEndpointModifier and TypeMethodDescriptionGetKeyVaultStatusResponseInner.keyVaultPrivateEndpoints()
Get the keyVaultPrivateEndpoints property: Pairs of virtual network ID and private endpoint ID.GetKeyVaultStatusResponseProperties.keyVaultPrivateEndpoints()
Get the keyVaultPrivateEndpoints property: Pairs of virtual network ID and private endpoint ID.Method parameters in com.azure.resourcemanager.netapp.fluent.models with type arguments of type KeyVaultPrivateEndpointModifier and TypeMethodDescriptionGetKeyVaultStatusResponseInner.withKeyVaultPrivateEndpoints
(List<KeyVaultPrivateEndpoint> keyVaultPrivateEndpoints) Set the keyVaultPrivateEndpoints property: Pairs of virtual network ID and private endpoint ID.GetKeyVaultStatusResponseProperties.withKeyVaultPrivateEndpoints
(List<KeyVaultPrivateEndpoint> keyVaultPrivateEndpoints) Set the keyVaultPrivateEndpoints property: Pairs of virtual network ID and private endpoint ID. -
Uses of KeyVaultPrivateEndpoint in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return KeyVaultPrivateEndpointModifier and TypeMethodDescriptionstatic KeyVaultPrivateEndpoint
KeyVaultPrivateEndpoint.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of KeyVaultPrivateEndpoint from the JsonReader.KeyVaultPrivateEndpoint.withPrivateEndpointId
(String privateEndpointId) Set the privateEndpointId property: Identifier of the private endpoint to reach the Azure Key Vault.KeyVaultPrivateEndpoint.withVirtualNetworkId
(String virtualNetworkId) Set the virtualNetworkId property: Identifier for the virtual network id.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type KeyVaultPrivateEndpointModifier and TypeMethodDescriptionChangeKeyVault.keyVaultPrivateEndpoints()
Get the keyVaultPrivateEndpoints property: Pairs of virtual network ID and private endpoint ID.GetKeyVaultStatusResponse.keyVaultPrivateEndpoints()
Gets the keyVaultPrivateEndpoints property: Pairs of virtual network ID and private endpoint ID.Method parameters in com.azure.resourcemanager.netapp.models with type arguments of type KeyVaultPrivateEndpointModifier and TypeMethodDescriptionChangeKeyVault.withKeyVaultPrivateEndpoints
(List<KeyVaultPrivateEndpoint> keyVaultPrivateEndpoints) Set the keyVaultPrivateEndpoints property: Pairs of virtual network ID and private endpoint ID.