ArmRecoveryServicesSiteRecoveryModelFactory.OSUpgradeSupportedVersions 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.
Initializes a new instance of OSUpgradeSupportedVersions.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.OSUpgradeSupportedVersions OSUpgradeSupportedVersions (string supportedSourceOSVersion = default, System.Collections.Generic.IEnumerable<string> supportedTargetOSVersions = default);
static member OSUpgradeSupportedVersions : string * seq<string> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.OSUpgradeSupportedVersions
Public Shared Function OSUpgradeSupportedVersions (Optional supportedSourceOSVersion As String = Nothing, Optional supportedTargetOSVersions As IEnumerable(Of String) = Nothing) As OSUpgradeSupportedVersions
Parameters
- supportedSourceOSVersion
- String
The source OS version name.
- supportedTargetOSVersions
- IEnumerable<String>
The target OS version names.
Returns
A new OSUpgradeSupportedVersions instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET