MockableDataBoxEdgeArmClient.GetDataBoxEdgeUserResource Method

Definition

Gets an object representing a DataBoxEdgeUserResource 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 DataBoxEdgeUserResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.DataBoxEdge.DataBoxEdgeUserResource GetDataBoxEdgeUserResource (Azure.Core.ResourceIdentifier id);
abstract member GetDataBoxEdgeUserResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeUserResource
override this.GetDataBoxEdgeUserResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeUserResource
Public Overridable Function GetDataBoxEdgeUserResource (id As ResourceIdentifier) As DataBoxEdgeUserResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DataBoxEdgeUserResource object.

Applies to