IServerlessConfigProperties.ComputeUnit Property

Definition

The list of compute units with possible array of values

[Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.Info(Create=true, Description="The list of compute units with possible array of values", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IComputeUnitsMetadata) }, Read=true, ReadOnly=false, Required=false, SerializedName="computeUnits", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IComputeUnitsMetadata> ComputeUnit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Informatica.Runtime.Info(Create=true, Description="The list of compute units with possible array of values", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IComputeUnitsMetadata) }, Read=true, ReadOnly=false, Required=false, SerializedName="computeUnits", Update=true)>]
member this.ComputeUnit : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IComputeUnitsMetadata> with get, set
Public Property ComputeUnit As List(Of IComputeUnitsMetadata)

Property Value

Attributes

Applies to