EasmLabelCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces/{workspaceName}/labels/{labelName}
  • Operation Id: Labels_GetByWorkspace
public virtual Azure.NullableResponse<Azure.ResourceManager.DefenderEasm.EasmLabelResource> GetIfExists (string labelName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DefenderEasm.EasmLabelResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.DefenderEasm.EasmLabelResource>
Public Overridable Function GetIfExists (labelName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of EasmLabelResource)

Parameters

labelName
String

The name of the Label.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

labelName is null.

Applies to