MockableNetworkArmClient.GetExpressRouteGatewayResource Method

Definition

Gets an object representing an ExpressRouteGatewayResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an ExpressRouteGatewayResourceResourceIdentifier from its components.

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