你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkFabricControllerPatchableProperties 类

  • java.lang.Object
    • com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkFabricControllerPatchableProperties

public class NetworkFabricControllerPatchableProperties

网络结构控制器可更新属性。

构造函数摘要

构造函数 说明
NetworkFabricControllerPatchableProperties()

创建网络结构控制器修补属性类的实例。

方法摘要

修饰符和类型 方法和描述
List<ExpressRouteConnectionInformation> infrastructureExpressRouteConnections()

获取基础结构ExpressRouteConnections 属性:在更新过程中,应提供基础结构 ExpressRoute CircuitID 以创建和预配 NFC。

void validate()

验证 实例。

NetworkFabricControllerPatchableProperties withInfrastructureExpressRouteConnections(List<ExpressRouteConnectionInformation> infrastructureExpressRouteConnections)

设置基础结构ExpressRouteConnections 属性:在更新过程中,应提供基础结构 ExpressRoute CircuitID 以创建和预配 NFC。

NetworkFabricControllerPatchableProperties withWorkloadExpressRouteConnections(List<ExpressRouteConnectionInformation> workloadExpressRouteConnections)

设置工作负荷ExpressRouteConnections 属性:在更新过程中,应提供工作负荷 ExpressRoute CircuitID 以创建和预配 NFC。

List<ExpressRouteConnectionInformation> workloadExpressRouteConnections()

获取工作负荷ExpressRouteConnections 属性:在更新过程中,应提供工作负荷 ExpressRoute CircuitID 以创建和预配 NFC。

方法继承自 java.lang.Object

构造函数详细信息

NetworkFabricControllerPatchableProperties

public NetworkFabricControllerPatchableProperties()

创建 NetworkFabricControllerPatchableProperties 类的实例。

方法详细信息

infrastructureExpressRouteConnections

public List infrastructureExpressRouteConnections()

获取 infrastructureExpressRouteConnections 属性:在更新过程中,应提供 Infrastructure ExpressRoute CircuitID 以创建和预配 NFC。 此 Express 路由专用于基础结构服务。 (这是必需属性) 。

Returns:

infrastructureExpressRouteConnections 值。

validate

public void validate()

验证 实例。

withInfrastructureExpressRouteConnections

public NetworkFabricControllerPatchableProperties withInfrastructureExpressRouteConnections(List infrastructureExpressRouteConnections)

设置 infrastructureExpressRouteConnections 属性:在更新过程中,应提供 Infrastructure ExpressRoute CircuitID 以创建和预配 NFC。 此 Express 路由专用于基础结构服务。 (这是必需属性) 。

Parameters:

infrastructureExpressRouteConnections - 要设置的 infrastructureExpressRouteConnections 值。

Returns:

NetworkFabricControllerPatchableProperties 对象本身。

withWorkloadExpressRouteConnections

public NetworkFabricControllerPatchableProperties withWorkloadExpressRouteConnections(List workloadExpressRouteConnections)

设置 workloadExpressRouteConnections 属性:在更新过程中,应提供工作负载 ExpressRoute CircuitID 以创建和预配 NFC。 此 Express 路由专用于工作负载服务。 (这是必需属性) 。

Parameters:

workloadExpressRouteConnections - 要设置的 workloadExpressRouteConnections 值。

Returns:

NetworkFabricControllerPatchableProperties 对象本身。

workloadExpressRouteConnections

public List workloadExpressRouteConnections()

获取 workloadExpressRouteConnections 属性:在更新过程中,应提供工作负载 ExpressRoute CircuitID 以创建和预配 NFC。 此 Express 路由专用于工作负载服务。 (这是必需属性) 。

Returns:

workloadExpressRouteConnections 值。

适用于