ArmRecoveryServicesSiteRecoveryModelFactory.VmNicUpdatesTaskDetails 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 VmNicUpdatesTaskDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VmNicUpdatesTaskDetails VmNicUpdatesTaskDetails (string vmId = default, string nicId = default, string name = default);
static member VmNicUpdatesTaskDetails : string * string * string -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VmNicUpdatesTaskDetails
Public Shared Function VmNicUpdatesTaskDetails (Optional vmId As String = Nothing, Optional nicId As String = Nothing, Optional name As String = Nothing) As VmNicUpdatesTaskDetails
Parameters
- vmId
- String
Virtual machine Id.
- nicId
- String
Nic Id.
- name
- String
Name of the Nic.
Returns
A new VmNicUpdatesTaskDetails 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