MockableComputeLimitArmClient.GetComputeLimitFeatureResource Method

Definition

Gets an object representing a ComputeLimitFeatureResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.ComputeLimit.ComputeLimitFeatureResource GetComputeLimitFeatureResource(Azure.Core.ResourceIdentifier id);
abstract member GetComputeLimitFeatureResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ComputeLimit.ComputeLimitFeatureResource
override this.GetComputeLimitFeatureResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ComputeLimit.ComputeLimitFeatureResource
Public Overridable Function GetComputeLimitFeatureResource (id As ResourceIdentifier) As ComputeLimitFeatureResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ComputeLimitFeatureResource object.

Applies to