Megosztás a következőn keresztül:


SqlServerJobVersionStepCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/versions/{jobVersion}/steps/{stepName}
  • Operation Id: JobSteps_GetByVersion
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobVersionStepResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerJobVersionStepResource> GetIfExists (string stepName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerJobVersionStepResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerJobVersionStepResource>
Public Overridable Function GetIfExists (stepName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SqlServerJobVersionStepResource)

Parameters

stepName
String

The name of the job step.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

stepName is null.

Applies to