Skip to content
DocsTry Aspire
DocsTry

PowerShellScriptArgsAnnotation Constructors

RecordConstructors1 member
Represents the arguments for a PowerShell script resource.
Represents the arguments for a PowerShell script resource.
public record PowerShellScriptArgsAnnotation
{
public PowerShellScriptArgsAnnotation(
object[] Args)
{
// ...
}
}
Argsobject[]