Uses of Interface
com.azure.resourcemanager.recoveryservicesbackup.models.PrivateEndpointConnectionResource
-
Packages that use PrivateEndpointConnectionResource Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of PrivateEndpointConnectionResource in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return PrivateEndpointConnectionResource Modifier and Type Method Description PrivateEndpointConnectionResource
PrivateEndpointConnectionResource.Update. apply()
Executes the update request.PrivateEndpointConnectionResource
PrivateEndpointConnectionResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.PrivateEndpointConnectionResource
PrivateEndpointConnectionResource.DefinitionStages.WithCreate. create()
Executes the create request.PrivateEndpointConnectionResource
PrivateEndpointConnectionResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.PrivateEndpointConnectionResource
PrivateEndpointConnections. get(String vaultName, String resourceGroupName, String privateEndpointConnectionName)
Get Private Endpoint Connection.PrivateEndpointConnectionResource
PrivateEndpointConnections. getById(String id)
Get Private Endpoint Connection.PrivateEndpointConnectionResource
PrivateEndpointConnectionResource. refresh()
Refreshes the resource to sync with Azure.PrivateEndpointConnectionResource
PrivateEndpointConnectionResource. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type PrivateEndpointConnectionResource Modifier and Type Method Description com.azure.core.http.rest.Response<PrivateEndpointConnectionResource>
PrivateEndpointConnections. getByIdWithResponse(String id, com.azure.core.util.Context context)
Get Private Endpoint Connection.com.azure.core.http.rest.Response<PrivateEndpointConnectionResource>
PrivateEndpointConnections. getWithResponse(String vaultName, String resourceGroupName, String privateEndpointConnectionName, com.azure.core.util.Context context)
Get Private Endpoint Connection.
-