Share via


WebSiteSlotWebJobCollection Class

Definition

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

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

Constructors

WebSiteSlotWebJobCollection()

Initializes a new instance of the WebSiteSlotWebJobCollection 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}/webjobs/{webJobName}
  • Operation Id: WebApps_GetWebJobSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotWebJobResource
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}/webjobs/{webJobName}
  • Operation Id: WebApps_GetWebJobSlot
  • Default Api Version: 2021-02-01
  • Resource: WebSiteSlotWebJobResource
Get(String, CancellationToken)

Description for Get webjob information for an app, or a deployment slot.

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

Description for List webjobs for an app, or a deployment slot.

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

Description for List webjobs for an app, or a deployment slot.

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

Description for Get webjob information for an app, or a deployment slot.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<WebSiteSlotWebJobResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to