Share via


InformaticaServerlessRuntimeCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Informatica.DataManagement/organizations/{organizationName}/serverlessRuntimes/{serverlessRuntimeName}
  • Operation Id: ServerlessRuntimes_Get
  • Default Api Version: 2024-05-08
  • Resource: InformaticaServerlessRuntimeResource
public virtual Azure.NullableResponse<Azure.ResourceManager.InformaticaDataManagement.InformaticaServerlessRuntimeResource> GetIfExists (string serverlessRuntimeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.InformaticaDataManagement.InformaticaServerlessRuntimeResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.InformaticaDataManagement.InformaticaServerlessRuntimeResource>
Public Overridable Function GetIfExists (serverlessRuntimeName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of InformaticaServerlessRuntimeResource)

Parameters

serverlessRuntimeName
String

Name of the Serverless Runtime resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

serverlessRuntimeName is null.

Applies to