Uses of Interface
com.azure.resourcemanager.recoveryservicesbackup.models.AzureVMResourceFeatureSupportResponse
-
Packages that use AzureVMResourceFeatureSupportResponse Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureVMResourceFeatureSupportResponse in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return AzureVMResourceFeatureSupportResponse 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.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type AzureVMResourceFeatureSupportResponse Modifier and Type Method Description 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.
-