C# Class Microsoft.Azure.Commands.Network.ExpressRouteCircuitBaseCmdlet

Inheritance: NetworkBaseCmdlet
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
GetExpressRouteCircuit ( string resourceGroupName, string name ) : PSExpressRouteCircuit
IsExpressRouteCircuitPresent ( string resourceGroupName, string name ) : bool
ToPsExpressRouteCircuit ( Management circuit ) : PSExpressRouteCircuit

Method Details

GetExpressRouteCircuit() public method

public GetExpressRouteCircuit ( string resourceGroupName, string name ) : PSExpressRouteCircuit
resourceGroupName string
name string
return Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit

IsExpressRouteCircuitPresent() public method

public IsExpressRouteCircuitPresent ( string resourceGroupName, string name ) : bool
resourceGroupName string
name string
return bool

ToPsExpressRouteCircuit() public method

public ToPsExpressRouteCircuit ( Management circuit ) : PSExpressRouteCircuit
circuit Management
return Microsoft.Azure.Commands.Network.Models.PSExpressRouteCircuit