Share via


SiteSlotProcessCollection Class

Definition

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

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

Constructors

SiteSlotProcessCollection()

Initializes a new instance of the SiteSlotProcessCollection 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}/processes/{processId}
  • Operation Id: WebApps_GetProcessSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotProcessResource
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}/processes/{processId}
  • Operation Id: WebApps_GetProcessSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotProcessResource
Get(String, CancellationToken)

Description for Get process information by its ID for a specific scaled-out instance in a web site.

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

Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.

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

Description for Get list of processes for a web site, or a deployment slot, or for a specific scaled-out instance in a web site.

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

Description for Get process information by its ID for a specific scaled-out instance in a web site.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SiteSlotProcessResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to