你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UpdateNetworkMappingInputProperties 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
UpdateNetworkMappingInputProperties() |
Initializes a new instance of the UpdateNetworkMappingInputProperties class. |
UpdateNetworkMappingInputProperties(String, String, FabricSpecificUpdateNetworkMappingInput) |
Initializes a new instance of the UpdateNetworkMappingInputProperties class. |
UpdateNetworkMappingInputProperties()
Initializes a new instance of the UpdateNetworkMappingInputProperties class.
public UpdateNetworkMappingInputProperties ();
Public Sub New ()
Applies to
UpdateNetworkMappingInputProperties(String, String, FabricSpecificUpdateNetworkMappingInput)
Initializes a new instance of the UpdateNetworkMappingInputProperties class.
public UpdateNetworkMappingInputProperties (string recoveryFabricName = default, string recoveryNetworkId = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricSpecificUpdateNetworkMappingInput fabricSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateNetworkMappingInputProperties : string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricSpecificUpdateNetworkMappingInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.UpdateNetworkMappingInputProperties
Public Sub New (Optional recoveryFabricName As String = Nothing, Optional recoveryNetworkId As String = Nothing, Optional fabricSpecificDetails As FabricSpecificUpdateNetworkMappingInput = Nothing)
Parameters
- recoveryFabricName
- String
Recovery fabric name.
- recoveryNetworkId
- String
Recovery network Id.
- fabricSpecificDetails
- FabricSpecificUpdateNetworkMappingInput
Fabrics specific input network Id.