Share via


WebSiteSlotContinuousWebJobCollection Class

Definition

A class representing a collection of WebSiteSlotContinuousWebJobResource and their operations. Each WebSiteSlotContinuousWebJobResource in the collection will belong to the same instance of WebSiteSlotResource. To get a WebSiteSlotContinuousWebJobCollection instance call the GetWebSiteSlotContinuousWebJobs method from an instance of WebSiteSlotResource.

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

Constructors

WebSiteSlotContinuousWebJobCollection()

Initializes a new instance of the WebSiteSlotContinuousWebJobCollection 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.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}
  • Operation Id: WebApps_GetContinuousWebJobSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotContinuousWebJobResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}
  • Operation Id: WebApps_GetContinuousWebJobSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotContinuousWebJobResource
Get(String, CancellationToken)

Description for Gets a continuous web job by its ID for an app, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}
  • Operation Id: WebApps_GetContinuousWebJobSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotContinuousWebJobResource
GetAll(CancellationToken)

Description for List continuous web jobs for an app, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs
  • Operation Id: WebApps_ListContinuousWebJobsSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotContinuousWebJobResource
GetAllAsync(CancellationToken)

Description for List continuous web jobs for an app, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs
  • Operation Id: WebApps_ListContinuousWebJobsSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotContinuousWebJobResource
GetAsync(String, CancellationToken)

Description for Gets a continuous web job by its ID for an app, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}
  • Operation Id: WebApps_GetContinuousWebJobSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotContinuousWebJobResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}
  • Operation Id: WebApps_GetContinuousWebJobSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotContinuousWebJobResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}
  • Operation Id: WebApps_GetContinuousWebJobSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotContinuousWebJobResource
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<WebSiteSlotContinuousWebJobResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<WebSiteSlotContinuousWebJobResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to