NetworkInterfacesUpdateRequest 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.
The network interface resource patch definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.NetworkInterfacesUpdateRequestTypeConverter))]
public class NetworkInterfacesUpdateRequest : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfacesUpdateRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.NetworkInterfacesUpdateRequestTypeConverter))>]
type NetworkInterfacesUpdateRequest = class
interface INetworkInterfacesUpdateRequest
interface IJsonSerializable
Public Class NetworkInterfacesUpdateRequest
Implements INetworkInterfacesUpdateRequest
- Inheritance
-
NetworkInterfacesUpdateRequest
- Attributes
- Implements
Constructors
NetworkInterfacesUpdateRequest() |
Creates an new NetworkInterfacesUpdateRequest instance. |
Properties
Tag |
Resource tags |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NetworkInterfacesUpdateRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkInterfacesUpdateRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.INetworkInterfacesUpdateRequest. |
FromJsonString(String) |
Creates a new instance of NetworkInterfacesUpdateRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkInterfacesUpdateRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |