MockableRelayArmClient.GetWcfRelayResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.Relay.WcfRelayResource GetWcfRelayResource (Azure.Core.ResourceIdentifier id);
abstract member GetWcfRelayResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Relay.WcfRelayResource
override this.GetWcfRelayResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Relay.WcfRelayResource
Public Overridable Function GetWcfRelayResource (id As ResourceIdentifier) As WcfRelayResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a WcfRelayResource object.

Applies to