INetworkFabricControllerPatch Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerPatchTypeConverter))]
public interface INetworkFabricControllerPatch : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ITagsUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerPatchTypeConverter))>]
type INetworkFabricControllerPatch = interface
interface IJsonSerializable
interface ITagsUpdate
Public Interface INetworkFabricControllerPatch
Implements ITagsUpdate
- 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) |
| Tag |
Resource tags (Inherited from ITagsUpdate) |
| 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) |