NetworkFabricControllerPatch 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 Fabric Controller Patch payload definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerPatchTypeConverter))]
public class NetworkFabricControllerPatch : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricControllerPatch, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkFabricControllerPatchTypeConverter))>]
type NetworkFabricControllerPatch = class
interface INetworkFabricControllerPatch
interface IJsonSerializable
interface ITagsUpdate
interface IValidates
Public Class NetworkFabricControllerPatch
Implements INetworkFabricControllerPatch, IValidates
- Inheritance
-
NetworkFabricControllerPatch
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkFabricControllerPatch() |
Creates an new NetworkFabricControllerPatch 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) |
| Tag |
Resource tags |
| 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 NetworkFabricControllerPatch. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NetworkFabricControllerPatch. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkFabricControllerPatch. |
| FromJsonString(String) |
Creates a new instance of NetworkFabricControllerPatch, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NetworkFabricControllerPatch into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |