Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.FeatureSupportRequest
-
Packages that use FeatureSupportRequest 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 FeatureSupportRequest in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent with parameters of type FeatureSupportRequest Modifier and Type Method Description AzureVMResourceFeatureSupportResponseInner
FeatureSupportsClient. validate(String azureRegion, FeatureSupportRequest parameters)
It will validate if given feature with resource properties is supported in service.com.azure.core.http.rest.Response<AzureVMResourceFeatureSupportResponseInner>
FeatureSupportsClient. validateWithResponse(String azureRegion, FeatureSupportRequest parameters, com.azure.core.util.Context context)
It will validate if given feature with resource properties is supported in service. -
Uses of FeatureSupportRequest in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of FeatureSupportRequest in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
AzureBackupGoalFeatureSupportRequest
Azure backup goal feature specific request.class
AzureVMResourceFeatureSupportRequest
AzureResource(IaaS VM) Specific feature support request.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type FeatureSupportRequest Modifier and Type Method Description AzureVMResourceFeatureSupportResponse
FeatureSupports. validate(String azureRegion, FeatureSupportRequest parameters)
It will validate if given feature with resource properties is supported in service.com.azure.core.http.rest.Response<AzureVMResourceFeatureSupportResponse>
FeatureSupports. validateWithResponse(String azureRegion, FeatureSupportRequest parameters, com.azure.core.util.Context context)
It will validate if given feature with resource properties is supported in service.
-