Share via


IReplica.InitContainer Property

Definition

The init containers collection under a replica.

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="The init containers collection under a replica.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IReplicaContainer) }, Read=true, ReadOnly=false, Required=false, SerializedName="initContainers", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IReplicaContainer> InitContainer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="The init containers collection under a replica.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IReplicaContainer) }, Read=true, ReadOnly=false, Required=false, SerializedName="initContainers", Update=true)>]
member this.InitContainer : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IReplicaContainer> with get, set
Public Property InitContainer As List(Of IReplicaContainer)

Property Value

Attributes

Applies to