Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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