MockableRelayArmClient.GetRelayNamespaceResource(ResourceIdentifier) Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a RelayNamespaceResource object.

Applies to