Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.PrivateEndpointConnectionResourceInner
-
Packages that use PrivateEndpointConnectionResourceInner Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent Package containing the service clients for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of PrivateEndpointConnectionResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return PrivateEndpointConnectionResourceInner Modifier and Type Method Description PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionsClient. get(String vaultName, String resourceGroupName, String privateEndpointConnectionName)
Get Private Endpoint Connection.PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionsClient. put(String vaultName, String resourceGroupName, String privateEndpointConnectionName, PrivateEndpointConnectionResourceInner parameters)
Approve or Reject Private Endpoint requests.PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionsClient. put(String vaultName, String resourceGroupName, String privateEndpointConnectionName, PrivateEndpointConnectionResourceInner parameters, com.azure.core.util.Context context)
Approve or Reject Private Endpoint requests.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type PrivateEndpointConnectionResourceInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionResourceInner>,PrivateEndpointConnectionResourceInner>
PrivateEndpointConnectionsClient. beginPut(String vaultName, String resourceGroupName, String privateEndpointConnectionName, PrivateEndpointConnectionResourceInner parameters)
Approve or Reject Private Endpoint requests.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionResourceInner>,PrivateEndpointConnectionResourceInner>
PrivateEndpointConnectionsClient. beginPut(String vaultName, String resourceGroupName, String privateEndpointConnectionName, PrivateEndpointConnectionResourceInner parameters)
Approve or Reject Private Endpoint requests.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionResourceInner>,PrivateEndpointConnectionResourceInner>
PrivateEndpointConnectionsClient. beginPut(String vaultName, String resourceGroupName, String privateEndpointConnectionName, PrivateEndpointConnectionResourceInner parameters, com.azure.core.util.Context context)
Approve or Reject Private Endpoint requests.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionResourceInner>,PrivateEndpointConnectionResourceInner>
PrivateEndpointConnectionsClient. beginPut(String vaultName, String resourceGroupName, String privateEndpointConnectionName, PrivateEndpointConnectionResourceInner parameters, com.azure.core.util.Context context)
Approve or Reject Private Endpoint requests.com.azure.core.http.rest.Response<PrivateEndpointConnectionResourceInner>
PrivateEndpointConnectionsClient. getWithResponse(String vaultName, String resourceGroupName, String privateEndpointConnectionName, com.azure.core.util.Context context)
Get Private Endpoint Connection.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent with parameters of type PrivateEndpointConnectionResourceInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionResourceInner>,PrivateEndpointConnectionResourceInner>
PrivateEndpointConnectionsClient. beginPut(String vaultName, String resourceGroupName, String privateEndpointConnectionName, PrivateEndpointConnectionResourceInner parameters)
Approve or Reject Private Endpoint requests.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PrivateEndpointConnectionResourceInner>,PrivateEndpointConnectionResourceInner>
PrivateEndpointConnectionsClient. beginPut(String vaultName, String resourceGroupName, String privateEndpointConnectionName, PrivateEndpointConnectionResourceInner parameters, com.azure.core.util.Context context)
Approve or Reject Private Endpoint requests.PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionsClient. put(String vaultName, String resourceGroupName, String privateEndpointConnectionName, PrivateEndpointConnectionResourceInner parameters)
Approve or Reject Private Endpoint requests.PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionsClient. put(String vaultName, String resourceGroupName, String privateEndpointConnectionName, PrivateEndpointConnectionResourceInner parameters, com.azure.core.util.Context context)
Approve or Reject Private Endpoint requests. -
Uses of PrivateEndpointConnectionResourceInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return PrivateEndpointConnectionResourceInner Modifier and Type Method Description PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionResourceInner. withEtag(String etag)
Set the etag property: Optional ETag.PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionResourceInner. withLocation(String location)
PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionResourceInner. withProperties(PrivateEndpointConnection properties)
Set the properties property: PrivateEndpointConnectionResource properties.PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionResourceInner. withTags(Map<String,String> tags)
-
Uses of PrivateEndpointConnectionResourceInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return PrivateEndpointConnectionResourceInner Modifier and Type Method Description PrivateEndpointConnectionResourceInner
PrivateEndpointConnectionResource. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.PrivateEndpointConnectionResourceInner object.
-