次の方法で共有


PrivateCloud.DefinitionStages.WithCircuit Interface

public static interface PrivateCloud.DefinitionStages.WithCircuit

The stage of the PrivateCloud definition allowing to specify circuit.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCircuit(Circuit circuit)

Specifies the circuit property: An ExpressRoute Circuit.

Method Details

withCircuit

public abstract PrivateCloud.DefinitionStages.WithCreate withCircuit(Circuit circuit)

Specifies the circuit property: An ExpressRoute Circuit.

Parameters:

circuit - An ExpressRoute Circuit.

Returns:

the next definition stage.

Applies to