Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.PrivateEndpoint
-
Packages that use PrivateEndpoint Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of PrivateEndpoint in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return PrivateEndpoint Modifier and Type Method Description PrivateEndpoint
PrivateEndpointConnection. privateEndpoint()
Get the privateEndpoint property: Gets or sets private endpoint associated with the private endpoint connection.PrivateEndpoint
PrivateEndpoint. withId(String id)
Set the id property: Gets or sets id.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type PrivateEndpoint Modifier and Type Method Description PrivateEndpointConnection
PrivateEndpointConnection. withPrivateEndpoint(PrivateEndpoint privateEndpoint)
Set the privateEndpoint property: Gets or sets private endpoint associated with the private endpoint connection.
-