GetAzStaticWebAppBuildFunction_List Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Description("Description for Gets the functions of a particular static site build.")]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
[System.Management.Automation.Cmdlet("Get", "AzStaticWebAppBuildFunction_List")]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource) })]
public class GetAzStaticWebAppBuildFunction_List : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Description("Description for Gets the functions of a particular static site build.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated>]
[<System.Management.Automation.Cmdlet("Get", "AzStaticWebAppBuildFunction_List")>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteFunctionOverviewArmResource) })>]
type GetAzStaticWebAppBuildFunction_List = class
    inherit PSCmdlet
    interface IEventListener
Public Class GetAzStaticWebAppBuildFunction_List
Inherits PSCmdlet
Implements IEventListener
Inheritance
GetAzStaticWebAppBuildFunction_List
Attributes
Implements

Constructors

GetAzStaticWebAppBuildFunction_List()

Properties

Break
Client
DefaultProfile
EnvironmentName
HttpPipelineAppend
HttpPipelinePrepend
InvocationInformation
Name
Proxy
ProxyCredential
ProxyUseDefaultCredentials
ResourceGroupName
SubscriptionId

Methods

BeginProcessing()
EndProcessing()
ProcessRecord()
ProcessRecordAsync()
StopProcessing()

Explicit Interface Implementations

IEventListener.Cancel
IEventListener.Signal(String, CancellationToken, Func<EventData>)
IEventListener.Token

Applies to