INetworkFabricControllerPatchableProperties Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to