Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.IlrRequestResource
-
Packages that use IlrRequestResource Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent Package containing the service clients for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of IlrRequestResource in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent with parameters of type IlrRequestResource Modifier and Type Method Description void
ItemLevelRecoveryConnectionsClient. provision(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String recoveryPointId, IlrRequestResource parameters)
Provisions a script which invokes an iSCSI connection to the backup data.com.azure.core.http.rest.Response<Void>
ItemLevelRecoveryConnectionsClient. provisionWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String recoveryPointId, IlrRequestResource parameters, com.azure.core.util.Context context)
Provisions a script which invokes an iSCSI connection to the backup data. -
Uses of IlrRequestResource in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return IlrRequestResource Modifier and Type Method Description IlrRequestResource
IlrRequestResource. withEtag(String etag)
Set the etag property: Optional ETag.IlrRequestResource
IlrRequestResource. withLocation(String location)
IlrRequestResource
IlrRequestResource. withProperties(IlrRequest properties)
Set the properties property: ILRRequestResource properties.IlrRequestResource
IlrRequestResource. withTags(Map<String,String> tags)
Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type IlrRequestResource Modifier and Type Method Description void
ItemLevelRecoveryConnections. provision(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String recoveryPointId, IlrRequestResource parameters)
Provisions a script which invokes an iSCSI connection to the backup data.com.azure.core.http.rest.Response<Void>
ItemLevelRecoveryConnections. provisionWithResponse(String vaultName, String resourceGroupName, String fabricName, String containerName, String protectedItemName, String recoveryPointId, IlrRequestResource parameters, com.azure.core.util.Context context)
Provisions a script which invokes an iSCSI connection to the backup data.
-