次の方法で共有


SupportedOperatingSystems Constructors

Definition

Overloads

SupportedOperatingSystems()

Initializes a new instance of the SupportedOperatingSystems class.

SupportedOperatingSystems(String, String, String, String, SupportedOSProperties)

Initializes a new instance of the SupportedOperatingSystems class.

SupportedOperatingSystems()

Initializes a new instance of the SupportedOperatingSystems class.

public SupportedOperatingSystems ();
Public Sub New ()

Applies to

SupportedOperatingSystems(String, String, String, String, SupportedOSProperties)

Initializes a new instance of the SupportedOperatingSystems class.

public SupportedOperatingSystems (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOperatingSystems : string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOSProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SupportedOperatingSystems
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional properties As SupportedOSProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource Name

type
String

Resource Type

location
String

Resource Location

properties
SupportedOSProperties

The supported operating systems properties.

Applies to