SynapseKeyCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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

Parameters

keyName
String

The name of the workspace key.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

keyName is null.

Applies to