AzureToAzureVmSyncedConfigDetails 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
AzureToAzureVmSyncedConfigDetails() |
Initializes a new instance of the AzureToAzureVmSyncedConfigDetails class. |
AzureToAzureVmSyncedConfigDetails(IDictionary<String,String>, IList<InputEndpoint>) |
Initializes a new instance of the AzureToAzureVmSyncedConfigDetails class. |
AzureToAzureVmSyncedConfigDetails()
Initializes a new instance of the AzureToAzureVmSyncedConfigDetails class.
public AzureToAzureVmSyncedConfigDetails ();
Public Sub New ()
Applies to
AzureToAzureVmSyncedConfigDetails(IDictionary<String,String>, IList<InputEndpoint>)
Initializes a new instance of the AzureToAzureVmSyncedConfigDetails class.
public AzureToAzureVmSyncedConfigDetails (System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InputEndpoint> inputEndpoints = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AzureToAzureVmSyncedConfigDetails : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InputEndpoint> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.AzureToAzureVmSyncedConfigDetails
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional inputEndpoints As IList(Of InputEndpoint) = Nothing)
Parameters
- tags
- IDictionary<String,String>
The Azure VM tags.
- inputEndpoints
- IList<InputEndpoint>
The Azure VM input endpoints.