Condividi tramite


SqlServerJobExecutionCollection Class

Definition

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

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

Constructors

SqlServerJobExecutionCollection()

Initializes a new instance of the SqlServerJobExecutionCollection 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

CreateOrUpdate(WaitUntil, Guid, CancellationToken)

Creates or updates a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • Operation Id: JobExecutions_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionResource
CreateOrUpdateAsync(WaitUntil, Guid, CancellationToken)

Creates or updates a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • Operation Id: JobExecutions_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionResource
Exists(Guid, 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}
  • Operation Id: JobExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionResource
ExistsAsync(Guid, 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}
  • Operation Id: JobExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionResource
Get(Guid, CancellationToken)

Gets a job execution.

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

Lists a job's executions.

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

Lists a job's executions.

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

Lists a job's executions.

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

Lists a job's executions.

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

Gets a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}
  • Operation Id: JobExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionResource
GetIfExists(Guid, 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}
  • Operation Id: JobExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionResource
GetIfExistsAsync(Guid, 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}
  • Operation Id: JobExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionResource
GetJobTargetExecutions(Guid, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Lists target executions for all steps of a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/targets
  • Operation Id: JobTargetExecutions_ListByJobExecution
GetJobTargetExecutions(SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions, CancellationToken)

Lists target executions for all steps of a job execution.

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

Lists target executions for all steps of a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/targets
  • Operation Id: JobTargetExecutions_ListByJobExecution
GetJobTargetExecutionsAsync(SqlServerJobExecutionCollectionGetJobTargetExecutionsOptions, CancellationToken)

Lists target executions for all steps of a job execution.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/executions/{jobExecutionId}/targets
  • Operation Id: JobTargetExecutions_ListByJobExecution
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionStepTargetResource
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<SqlServerJobExecutionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SqlServerJobExecutionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to