NetworkInterfacePatchProperties Class

Definition

Network Interface Patch properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkInterfacePatchPropertiesTypeConverter))]
public class NetworkInterfacePatchProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkInterfacePatchProperties, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkInterfacePatchPropertiesTypeConverter))>]
type NetworkInterfacePatchProperties = class
    interface INetworkInterfacePatchProperties
    interface IJsonSerializable
    interface IAnnotationResource
    interface IValidates
Public Class NetworkInterfacePatchProperties
Implements INetworkInterfacePatchProperties, IValidates
Inheritance
NetworkInterfacePatchProperties
Attributes
Implements

Constructors

Name Description
NetworkInterfacePatchProperties()

Creates an new NetworkInterfacePatchProperties instance.

Properties

Name Description
Annotation

Switch configuration description.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkInterfacePatchProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkInterfacePatchProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkInterfacePatchProperties.

FromJsonString(String)

Creates a new instance of NetworkInterfacePatchProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkInterfacePatchProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to