SqlServerJobExecutionStepTargetCollection Class

Definition

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

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

Constructors

SqlServerJobExecutionStepTargetCollection()

Initializes a new instance of the SqlServerJobExecutionStepTargetCollection 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(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}/steps/{stepName}/targets/{targetId}
  • Operation Id: JobTargetExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionStepTargetResource
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}/steps/{stepName}/targets/{targetId}
  • Operation Id: JobTargetExecutions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobExecutionStepTargetResource
Get(Guid, CancellationToken)

Gets a target execution.

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

Lists the target executions of a job step execution.

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

Lists the target executions of a job step execution.

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

Lists the target executions of a job step execution.

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

Lists the target executions of a job step execution.

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

Gets a target execution.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SqlServerJobExecutionStepTargetResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to