NetworkFabricControllerPatchableProperties Class

Definition

Network Fabric Controller updatable properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerPatchablePropertiesTypeConverter))]
public class NetworkFabricControllerPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricControllerPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerPatchablePropertiesTypeConverter))>]
type NetworkFabricControllerPatchableProperties = class
    interface INetworkFabricControllerPatchableProperties
    interface IJsonSerializable
Public Class NetworkFabricControllerPatchableProperties
Implements INetworkFabricControllerPatchableProperties
Inheritance
NetworkFabricControllerPatchableProperties
Attributes
Implements

Constructors

Name Description
NetworkFabricControllerPatchableProperties()

Creates an new NetworkFabricControllerPatchableProperties instance.

Properties

Name Description
InfrastructureExpressRouteConnection

As part of an update, the Infrastructure ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Infrastructure services. (This is a Mandatory attribute)

WorkloadExpressRouteConnection

As part of an update, the workload ExpressRoute CircuitID should be provided to create and Provision a NFC. This Express route is dedicated for Workload services. (This is a Mandatory attribute).

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkFabricControllerPatchableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkFabricControllerPatchableProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkFabricControllerPatchableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to