SqlServerJobExecutionStepCollection Class

Definition

A class representing a collection of SqlServerJobExecutionStepResource and their operations. Each SqlServerJobExecutionStepResource in the collection will belong to the same instance of SqlServerJobExecutionResource. To get a SqlServerJobExecutionStepCollection instance call the GetSqlServerJobExecutionSteps method from an instance of SqlServerJobExecutionResource.

public class SqlServerJobExecutionStepCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Sql.SqlServerJobExecutionStepResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.SqlServerJobExecutionStepResource>
type SqlServerJobExecutionStepCollection = class
    inherit ArmCollection
    interface seq<SqlServerJobExecutionStepResource>
    interface IEnumerable
    interface IAsyncEnumerable<SqlServerJobExecutionStepResource>
Public Class SqlServerJobExecutionStepCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SqlServerJobExecutionStepResource), IEnumerable(Of SqlServerJobExecutionStepResource)
Inheritance
SqlServerJobExecutionStepCollection
Implements

Constructors

SqlServerJobExecutionStepCollection()

Initializes a new instance of the SqlServerJobExecutionStepCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/steps/{stepName}
  • Operation Id: JobStepExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionStepResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/steps/{stepName}
  • Operation Id: JobStepExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionStepResource
Get(String, CancellationToken)

Gets a step execution of a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/steps/{stepName}
  • Operation Id: JobStepExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionStepResource
GetAll(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the step executions of a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/steps
  • Operation Id: JobStepExecutions_ListByJobExecution
GetAll(SqlServerJobExecutionStepCollectionGetAllOptions, CancellationToken)

Lists the step executions of a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/steps
  • Operation Id: JobStepExecutions_ListByJobExecution
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionStepResource
GetAllAsync(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists the step executions of a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/steps
  • Operation Id: JobStepExecutions_ListByJobExecution
GetAllAsync(SqlServerJobExecutionStepCollectionGetAllOptions, CancellationToken)

Lists the step executions of a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/steps
  • Operation Id: JobStepExecutions_ListByJobExecution
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionStepResource
GetAsync(String, CancellationToken)

Gets a step execution of a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/steps/{stepName}
  • Operation Id: JobStepExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionStepResource
GetIfExists(String, CancellationToken)

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}/executions/{jobExecutionId}/steps/{stepName}
  • Operation Id: JobStepExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionStepResource
GetIfExistsAsync(String, CancellationToken)

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}/executions/{jobExecutionId}/steps/{stepName}
  • Operation Id: JobStepExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionStepResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<SqlServerJobExecutionStepResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SqlServerJobExecutionStepResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to