ExistingRecoveryVirtualNetwork Constructors
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.
Overloads
ExistingRecoveryVirtualNetwork() |
Initializes a new instance of the ExistingRecoveryVirtualNetwork class. |
ExistingRecoveryVirtualNetwork(String, String) |
Initializes a new instance of the ExistingRecoveryVirtualNetwork class. |
ExistingRecoveryVirtualNetwork()
Initializes a new instance of the ExistingRecoveryVirtualNetwork class.
public ExistingRecoveryVirtualNetwork ();
Public Sub New ()
Applies to
ExistingRecoveryVirtualNetwork(String, String)
Initializes a new instance of the ExistingRecoveryVirtualNetwork class.
public ExistingRecoveryVirtualNetwork (string recoveryVirtualNetworkId, string recoverySubnetName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExistingRecoveryVirtualNetwork : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ExistingRecoveryVirtualNetwork
Public Sub New (recoveryVirtualNetworkId As String, Optional recoverySubnetName As String = Nothing)
Parameters
- recoveryVirtualNetworkId
- String
The recovery virtual network Id. Will throw error, if resource does not exist.
- recoverySubnetName
- String
The recovery subnet name.