ArmRecoveryServicesBackupModelFactory.VmResourceFeatureSupportResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for feature support requests for Azure IaasVm.
public static Azure.ResourceManager.RecoveryServicesBackup.Models.VmResourceFeatureSupportResult VmResourceFeatureSupportResult(Azure.ResourceManager.RecoveryServicesBackup.Models.VmResourceFeatureSupportStatus? supportStatus = default);
static member VmResourceFeatureSupportResult : Nullable<Azure.ResourceManager.RecoveryServicesBackup.Models.VmResourceFeatureSupportStatus> -> Azure.ResourceManager.RecoveryServicesBackup.Models.VmResourceFeatureSupportResult
Public Shared Function VmResourceFeatureSupportResult (Optional supportStatus As Nullable(Of VmResourceFeatureSupportStatus) = Nothing) As VmResourceFeatureSupportResult
Parameters
- supportStatus
- Nullable<VmResourceFeatureSupportStatus>
Support status of feature.
Returns
A new VmResourceFeatureSupportResult instance for mocking.