HybridComputeLicenseCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/licenses/{licenseName}
  • Operation Id: Licenses_Get
  • Default Api Version: 2024-05-20-preview
  • Resource: HybridComputeLicenseResource
public virtual Azure.NullableResponse<Azure.ResourceManager.HybridCompute.HybridComputeLicenseResource> GetIfExists (string licenseName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.HybridCompute.HybridComputeLicenseResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.HybridCompute.HybridComputeLicenseResource>
Public Overridable Function GetIfExists (licenseName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of HybridComputeLicenseResource)

Parameters

licenseName
String

The name of the license.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

licenseName is null.

Applies to