ArmRecoveryServicesSiteRecoveryModelFactory.SiteRecoverySupportedOSProperty 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 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET