Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.PreValidateEnableBackupRequest
-
Packages that use PreValidateEnableBackupRequest 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 PreValidateEnableBackupRequest in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent with parameters of type PreValidateEnableBackupRequest Modifier and Type Method Description PreValidateEnableBackupResponseInner
ProtectionIntentsClient. validate(String azureRegion, PreValidateEnableBackupRequest parameters)
It will validate followings 1.com.azure.core.http.rest.Response<PreValidateEnableBackupResponseInner>
ProtectionIntentsClient. validateWithResponse(String azureRegion, PreValidateEnableBackupRequest parameters, com.azure.core.util.Context context)
It will validate followings 1. -
Uses of PreValidateEnableBackupRequest in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return PreValidateEnableBackupRequest Modifier and Type Method Description PreValidateEnableBackupRequest
PreValidateEnableBackupRequest. withProperties(String properties)
Set the properties property: Configuration of VM if any needs to be validated like OS type etc.PreValidateEnableBackupRequest
PreValidateEnableBackupRequest. withResourceId(String resourceId)
Set the resourceId property: ARM Virtual Machine Id.PreValidateEnableBackupRequest
PreValidateEnableBackupRequest. withResourceType(DataSourceType resourceType)
Set the resourceType property: ProtectedItem Type- VM, SqlDataBase, AzureFileShare etc.PreValidateEnableBackupRequest
PreValidateEnableBackupRequest. withVaultId(String vaultId)
Set the vaultId property: ARM id of the Recovery Services Vault.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type PreValidateEnableBackupRequest Modifier and Type Method Description PreValidateEnableBackupResponse
ProtectionIntents. validate(String azureRegion, PreValidateEnableBackupRequest parameters)
It will validate followings 1.com.azure.core.http.rest.Response<PreValidateEnableBackupResponse>
ProtectionIntents. validateWithResponse(String azureRegion, PreValidateEnableBackupRequest parameters, com.azure.core.util.Context context)
It will validate followings 1.
-