IServerlessMetadataResponse.ServerlessConfigPropertyComputeUnit Property
Definition
Important
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.
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> ServerlessConfigPropertyComputeUnit { 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.ServerlessConfigPropertyComputeUnit : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IComputeUnitsMetadata> with get, set
Public Property ServerlessConfigPropertyComputeUnit As List(Of IComputeUnitsMetadata)
Property Value
- Attributes