GetAzStaticWebAppConfiguredRole_List Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Description("Description for Lists the roles configured for the static site.")]
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated]
[System.Management.Automation.Cmdlet("Get", "AzStaticWebAppConfiguredRole_List", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringList) })]
public class GetAzStaticWebAppConfiguredRole_List : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Description("Description for Lists the roles configured for the static site.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Generated>]
[<System.Management.Automation.Cmdlet("Get", "AzStaticWebAppConfiguredRole_List", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStringList) })>]
type GetAzStaticWebAppConfiguredRole_List = class
    inherit PSCmdlet
    interface IEventListener
Public Class GetAzStaticWebAppConfiguredRole_List
Inherits PSCmdlet
Implements IEventListener
Inheritance
GetAzStaticWebAppConfiguredRole_List
Attributes
Implements

Constructors

GetAzStaticWebAppConfiguredRole_List()

Properties

Break
Client
DefaultProfile
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