FabricCapacityCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric/capacities/{capacityName}
  • Operation Id: FabricCapacities_Get
  • Default Api Version: 2023-11-01
  • Resource: FabricCapacityResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Fabric.FabricCapacityResource> GetIfExists (string capacityName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Fabric.FabricCapacityResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Fabric.FabricCapacityResource>
Public Overridable Function GetIfExists (capacityName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of FabricCapacityResource)

Parameters

capacityName
String

The name of the Microsoft Fabric capacity. It must be a minimum of 3 characters, and a maximum of 63.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

capacityName is an empty string, and was expected to be non-empty.

capacityName is null.

Applies to