VmNicUpdatesTaskDetails Class
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.
This class represents the vm NicUpdates task details.
[Newtonsoft.Json.JsonObject("VmNicUpdatesTaskDetails")]
public class VmNicUpdatesTaskDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TaskTypeDetails
[<Newtonsoft.Json.JsonObject("VmNicUpdatesTaskDetails")>]
type VmNicUpdatesTaskDetails = class
inherit TaskTypeDetails
Public Class VmNicUpdatesTaskDetails
Inherits TaskTypeDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
VmNicUpdatesTaskDetails() |
Initializes a new instance of the VmNicUpdatesTaskDetails class. |
VmNicUpdatesTaskDetails(String, String, String) |
Initializes a new instance of the VmNicUpdatesTaskDetails class. |
Properties
Name |
Gets or sets name of the Nic. |
NicId |
Gets or sets nic Id. |
VMId |
Gets or sets virtual machine Id. |