SiteSlotWorkflowCollection Class

Definition

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

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

Constructors

SiteSlotWorkflowCollection()

Initializes a new instance of the SiteSlotWorkflowCollection 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}/workflows/{workflowName}
  • Operation Id: WebApps_GetInstanceWorkflowSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotWorkflowResource
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}/workflows/{workflowName}
  • Operation Id: WebApps_GetInstanceWorkflowSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotWorkflowResource
Get(String, CancellationToken)

Get workflow information by its ID for web site, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/workflows/{workflowName}
  • Operation Id: WebApps_GetInstanceWorkflowSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotWorkflowResource
GetAll(CancellationToken)

List the workflows for a web site, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/workflows
  • Operation Id: WebApps_ListInstanceWorkflowsSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotWorkflowResource
GetAllAsync(CancellationToken)

List the workflows for a web site, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/workflows
  • Operation Id: WebApps_ListInstanceWorkflowsSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotWorkflowResource
GetAsync(String, CancellationToken)

Get workflow information by its ID for web site, or a deployment slot.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/workflows/{workflowName}
  • Operation Id: WebApps_GetInstanceWorkflowSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotWorkflowResource
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}/workflows/{workflowName}
  • Operation Id: WebApps_GetInstanceWorkflowSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotWorkflowResource
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}/workflows/{workflowName}
  • Operation Id: WebApps_GetInstanceWorkflowSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotWorkflowResource
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<SiteSlotWorkflowResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SiteSlotWorkflowResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to