EasmWorkspaceResource.GetEasmLabel(String, CancellationToken) Method

Definition

Returns a label in the given workspace.

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

Parameters

labelName
String

The name of the Label.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

labelName is null.

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

Applies to