ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoverySupportedOSDetails 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 SiteRecoverySupportedOSDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoverySupportedOSDetails SiteRecoverySupportedOSDetails (string osName = default, string osType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryOSVersionWrapper> osVersions = default);
static member SiteRecoverySupportedOSDetails : string * string * seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryOSVersionWrapper> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoverySupportedOSDetails
Public Shared Function SiteRecoverySupportedOSDetails (Optional osName As String = Nothing, Optional osType As String = Nothing, Optional osVersions As IEnumerable(Of SiteRecoveryOSVersionWrapper) = Nothing) As SiteRecoverySupportedOSDetails
Parameters
- osName
- String
The name.
- osType
- String
The type.
- osVersions
- IEnumerable<SiteRecoveryOSVersionWrapper>
The list of version for operating system.
Returns
A new SiteRecoverySupportedOSDetails 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