MockableEdgeOrderArmClient.GetEdgeOrderAddressResource Method

Definition

Gets an object representing an EdgeOrderAddressResource 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 EdgeOrderAddressResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource GetEdgeOrderAddressResource (Azure.Core.ResourceIdentifier id);
abstract member GetEdgeOrderAddressResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource
override this.GetEdgeOrderAddressResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.EdgeOrder.EdgeOrderAddressResource
Public Overridable Function GetEdgeOrderAddressResource (id As ResourceIdentifier) As EdgeOrderAddressResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a EdgeOrderAddressResource object.

Applies to