MockableResourcesArmClient.GetDataBoundaryResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.Resources.DataBoundaryResource GetDataBoundaryResource (Azure.Core.ResourceIdentifier id);
abstract member GetDataBoundaryResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Resources.DataBoundaryResource
override this.GetDataBoundaryResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Resources.DataBoundaryResource
Public Overridable Function GetDataBoundaryResource (id As ResourceIdentifier) As DataBoundaryResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DataBoundaryResource object.

Applies to