SqlServerJobAgentCollection Class

Definition

A class representing a collection of SqlServerJobAgentResource and their operations. Each SqlServerJobAgentResource in the collection will belong to the same instance of SqlServerResource. To get a SqlServerJobAgentCollection instance call the GetSqlServerJobAgents method from an instance of SqlServerResource.

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

Constructors

SqlServerJobAgentCollection()

Initializes a new instance of the SqlServerJobAgentCollection 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, String, SqlServerJobAgentData, CancellationToken)

Creates or updates a job agent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}
  • Operation Id: JobAgents_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobAgentResource
CreateOrUpdateAsync(WaitUntil, String, SqlServerJobAgentData, CancellationToken)

Creates or updates a job agent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}
  • Operation Id: JobAgents_CreateOrUpdate
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobAgentResource
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}
  • Operation Id: JobAgents_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobAgentResource
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}
  • Operation Id: JobAgents_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobAgentResource
Get(String, CancellationToken)

Gets a job agent.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}
  • Operation Id: JobAgents_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobAgentResource
GetAll(CancellationToken)

Gets a list of job agents in a server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents
  • Operation Id: JobAgents_ListByServer
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobAgentResource
GetAllAsync(CancellationToken)

Gets a list of job agents in a server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents
  • Operation Id: JobAgents_ListByServer
  • Default Api Version: 2020-11-01-preview
  • Resource: SqlServerJobAgentResource
GetAsync(String, CancellationToken)

Gets a job agent.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SqlServerJobAgentResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to