MockableNetworkArmClient.GetExpressRouteGatewayResource Method

Definition

Gets an object representing a ExpressRouteGatewayResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.Network.ExpressRouteGatewayResource GetExpressRouteGatewayResource(Azure.Core.ResourceIdentifier id);
abstract member GetExpressRouteGatewayResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.ExpressRouteGatewayResource
override this.GetExpressRouteGatewayResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.ExpressRouteGatewayResource
Public Overridable Function GetExpressRouteGatewayResource (id As ResourceIdentifier) As ExpressRouteGatewayResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ExpressRouteGatewayResource object.

Applies to