Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.AzureVMResourceFeatureSupportResponseInner
-
Packages that use AzureVMResourceFeatureSupportResponseInner Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent Package containing the service clients for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureVMResourceFeatureSupportResponseInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return AzureVMResourceFeatureSupportResponseInner 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.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type AzureVMResourceFeatureSupportResponseInner Modifier and Type Method Description 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 AzureVMResourceFeatureSupportResponseInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return AzureVMResourceFeatureSupportResponseInner Modifier and Type Method Description AzureVMResourceFeatureSupportResponseInner
AzureVMResourceFeatureSupportResponseInner. withSupportStatus(SupportStatus supportStatus)
Set the supportStatus property: Support status of feature. -
Uses of AzureVMResourceFeatureSupportResponseInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return AzureVMResourceFeatureSupportResponseInner Modifier and Type Method Description AzureVMResourceFeatureSupportResponseInner
AzureVMResourceFeatureSupportResponse. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.AzureVMResourceFeatureSupportResponseInner object.
-