Show / Hide Table of Contents

Class JobQueryUserDefinedFunctionResourceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
JobQueryUserDefinedFunctionResourceArgs
Inherited Members
ResourceArgs.Empty
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 Source

JobQueryUserDefinedFunctionResourceArgs()

Declaration
public JobQueryUserDefinedFunctionResourceArgs()

Properties

View Source

InlineCode

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.