ArmRecoveryServicesSiteRecoveryModelFactory.A2AVmSyncedConfigDetails Method
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.
Initializes a new instance of A2AVmSyncedConfigDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AVmSyncedConfigDetails A2AVmSyncedConfigDetails (System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryVmEndpoint> vmEndpoints = default);
static member A2AVmSyncedConfigDetails : System.Collections.Generic.IReadOnlyDictionary<string, string> * seq<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryVmEndpoint> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AVmSyncedConfigDetails
Public Shared Function A2AVmSyncedConfigDetails (Optional tags As IReadOnlyDictionary(Of String, String) = Nothing, Optional vmEndpoints As IEnumerable(Of SiteRecoveryVmEndpoint) = Nothing) As A2AVmSyncedConfigDetails
Parameters
- tags
- IReadOnlyDictionary<String,String>
The Azure VM tags.
- vmEndpoints
- IEnumerable<SiteRecoveryVmEndpoint>
The Azure VM input endpoints.
Returns
A new A2AVmSyncedConfigDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET