StartAzContainerGroup_StartViaIdentity Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Description("Starts all containers in a container group. Compute resources will be allocated and billing will start.")]
[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Generated]
[System.Management.Automation.Cmdlet("Start", "AzContainerGroup_StartViaIdentity", SupportsShouldProcess=true)]
[System.Management.Automation.OutputType(new System.Type[] { typeof(System.Boolean) })]
public class StartAzContainerGroup_StartViaIdentity : System.Management.Automation.PSCmdlet, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IEventListener
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Description("Starts all containers in a container group. Compute resources will be allocated and billing will start.")>]
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Generated>]
[<System.Management.Automation.Cmdlet("Start", "AzContainerGroup_StartViaIdentity", SupportsShouldProcess=true)>]
[<System.Management.Automation.OutputType(new System.Type[] { typeof(System.Boolean) })>]
type StartAzContainerGroup_StartViaIdentity = class
    inherit PSCmdlet
    interface IEventListener
Public Class StartAzContainerGroup_StartViaIdentity
Inherits PSCmdlet
Implements IEventListener
Inheritance
StartAzContainerGroup_StartViaIdentity
Attributes
Implements

Constructors

StartAzContainerGroup_StartViaIdentity()

Properties

AsJob
Break
Client
DefaultProfile
HttpPipelineAppend
HttpPipelinePrepend
InputObject
InvocationInformation
NoWait
PassThru
Proxy
ProxyCredential
ProxyUseDefaultCredentials

Methods

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

Explicit Interface Implementations

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

Applies to