Share via


MockablePowerBIDedicatedArmClient.GetDedicatedCapacityResource Method

Definition

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

public virtual Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityResource GetDedicatedCapacityResource (Azure.Core.ResourceIdentifier id);
abstract member GetDedicatedCapacityResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityResource
override this.GetDedicatedCapacityResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.PowerBIDedicated.DedicatedCapacityResource
Public Overridable Function GetDedicatedCapacityResource (id As ResourceIdentifier) As DedicatedCapacityResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DedicatedCapacityResource object.

Applies to