Class JobQueryUserDefinedFunctionResourceArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.BigQuery.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobQueryUserDefinedFunctionResourceArgs : ResourceArgs
Constructors
View SourceJobQueryUserDefinedFunctionResourceArgs()
Declaration
public JobQueryUserDefinedFunctionResourceArgs()
Properties
View SourceInlineCode
An inline resource that contains code for a user-defined function (UDF). Providing a inline code resource is equivalent to providing a URI for a file containing the same code.
Declaration
public Input<string> InlineCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceUri
A code resource to load from a Google Cloud Storage URI (gs://bucket/path).
Declaration
public Input<string> ResourceUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |