Sdílet prostřednictvím


ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoverySupportedOSProperty Method

Definition

Initializes a new instance of SiteRecoverySupportedOSProperty.

public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoverySupportedOSProperty SiteRecoverySupportedOSProperty (string instanceType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoverySupportedOSDetails> supportedOS = default);
static member SiteRecoverySupportedOSProperty : string * seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoverySupportedOSDetails> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoverySupportedOSProperty
Public Shared Function SiteRecoverySupportedOSProperty (Optional instanceType As String = Nothing, Optional supportedOS As IEnumerable(Of SiteRecoverySupportedOSDetails) = Nothing) As SiteRecoverySupportedOSProperty

Parameters

instanceType
String

The replication provider type.

supportedOS
IEnumerable<SiteRecoverySupportedOSDetails>

The list of supported operating systems.

Returns

A new SiteRecoverySupportedOSProperty instance for mocking.

Applies to