MockableFabricArmClient.GetFabricCapacityResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.Fabric.FabricCapacityResource GetFabricCapacityResource (Azure.Core.ResourceIdentifier id);
abstract member GetFabricCapacityResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Fabric.FabricCapacityResource
override this.GetFabricCapacityResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Fabric.FabricCapacityResource
Public Overridable Function GetFabricCapacityResource (id As ResourceIdentifier) As FabricCapacityResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a FabricCapacityResource object.

Applies to