Uses of Interface
com.azure.resourcemanager.recoveryservicesbackup.models.ResourceGuardProxyBaseResource
-
Packages that use ResourceGuardProxyBaseResource Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ResourceGuardProxyBaseResource in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ResourceGuardProxyBaseResource Modifier and Type Method Description ResourceGuardProxyBaseResource
ResourceGuardProxyBaseResource.Update. apply()
Executes the update request.ResourceGuardProxyBaseResource
ResourceGuardProxyBaseResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.ResourceGuardProxyBaseResource
ResourceGuardProxyBaseResource.DefinitionStages.WithCreate. create()
Executes the create request.ResourceGuardProxyBaseResource
ResourceGuardProxyBaseResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.ResourceGuardProxyBaseResource
ResourceGuardProxyOperations. get(String vaultName, String resourceGroupName, String resourceGuardProxyName)
Returns ResourceGuardProxy under vault and with the name referenced in request.ResourceGuardProxyBaseResource
ResourceGuardProxyOperations. getById(String id)
Returns ResourceGuardProxy under vault and with the name referenced in request.ResourceGuardProxyBaseResource
ResourceGuardProxyBaseResource. refresh()
Refreshes the resource to sync with Azure.ResourceGuardProxyBaseResource
ResourceGuardProxyBaseResource. 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 ResourceGuardProxyBaseResource Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ResourceGuardProxyBaseResource>
ResourceGuardProxies. get(String vaultName, String resourceGroupName)
List the ResourceGuardProxies under vault.com.azure.core.http.rest.PagedIterable<ResourceGuardProxyBaseResource>
ResourceGuardProxies. get(String vaultName, String resourceGroupName, com.azure.core.util.Context context)
List the ResourceGuardProxies under vault.com.azure.core.http.rest.Response<ResourceGuardProxyBaseResource>
ResourceGuardProxyOperations. getByIdWithResponse(String id, com.azure.core.util.Context context)
Returns ResourceGuardProxy under vault and with the name referenced in request.com.azure.core.http.rest.Response<ResourceGuardProxyBaseResource>
ResourceGuardProxyOperations. getWithResponse(String vaultName, String resourceGroupName, String resourceGuardProxyName, com.azure.core.util.Context context)
Returns ResourceGuardProxy under vault and with the name referenced in request.
-