NetworkFabricControllerPatchProperties Class
- java.
lang. Object - com.
azure. resourcemanager. managednetworkfabric. fluent. models. NetworkFabricControllerPatchProperties
- com.
Implements
public final class NetworkFabricControllerPatchProperties
implements JsonSerializable<NetworkFabricControllerPatchProperties>
Network Fabric Controller patch properties.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkFabricControllerPatchProperties() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
|
List<Express |
infrastructureExpressRouteConnections()
Get the infrastructure |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Network |
withInfrastructureExpressRouteConnections(List<ExpressRouteConnectionInformation> infrastructureExpressRouteConnections)
Set the infrastructure |
|
Network |
withWorkloadExpressRouteConnections(List<ExpressRouteConnectionInformation> workloadExpressRouteConnections)
Set the workload |
|
List<Express |
workloadExpressRouteConnections()
Get the workload |
Methods inherited from java.lang.Object
Constructor Details
NetworkFabricControllerPatchProperties
public NetworkFabricControllerPatchProperties()
Creates an instance of NetworkFabricControllerPatchProperties class.
Method Details
fromJson
public static NetworkFabricControllerPatchProperties fromJson(JsonReader jsonReader)
Reads an instance of NetworkFabricControllerPatchProperties from the JsonReader.
Parameters:
Returns:
Throws:
infrastructureExpressRouteConnections
public List<ExpressRouteConnectionInformation> infrastructureExpressRouteConnections()
Get the infrastructureExpressRouteConnections property: 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).
Returns:
toJson
withInfrastructureExpressRouteConnections
public NetworkFabricControllerPatchProperties withInfrastructureExpressRouteConnections(List<ExpressRouteConnectionInformation> infrastructureExpressRouteConnections)
Set the infrastructureExpressRouteConnections property: 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).
Parameters:
Returns:
withWorkloadExpressRouteConnections
public NetworkFabricControllerPatchProperties withWorkloadExpressRouteConnections(List<ExpressRouteConnectionInformation> workloadExpressRouteConnections)
Set the workloadExpressRouteConnections property: 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).
Parameters:
Returns:
workloadExpressRouteConnections
public List<ExpressRouteConnectionInformation> workloadExpressRouteConnections()
Get the workloadExpressRouteConnections property: 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).
Returns: