Freigeben über


Network Constructors

Definition

Overloads

Network()

Initializes a new instance of the Network class.

Network(String, String, String, String, NetworkProperties)

Initializes a new instance of the Network class.

Network()

Initializes a new instance of the Network class.

public Network ();
Public Sub New ()

Applies to

Network(String, String, String, String, NetworkProperties)

Initializes a new instance of the Network class.

public Network (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Network : string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Network
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 NetworkProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource Name

type
String

Resource Type

location
String

Resource Location

properties
NetworkProperties

The Network Properties.

Applies to