Show / Hide Table of Contents

Class OutputBlobArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OutputBlobArgs
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.Azure.StreamAnalytics
Assembly: Pulumi.Azure.dll
Syntax
public sealed class OutputBlobArgs : ResourceArgs

Constructors

View Source

OutputBlobArgs()

Declaration
public OutputBlobArgs()

Properties

View Source

DateFormat

The date format. Wherever {date} appears in path_pattern, the value of this property is used as the date format instead.

Declaration
public Input<string> DateFormat { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name of the Stream Output. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PathPattern

The blob path pattern. Not a regular expression. It represents a pattern against which blob names will be matched to determine whether or not they should be included as input or output to the job.

Declaration
public Input<string> PathPattern { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Serialization

A serialization block as defined below.

Declaration
public Input<OutputBlobSerializationArgs> Serialization { get; set; }
Property Value
Type Description
Input<OutputBlobSerializationArgs>
View Source

StorageAccountKey

The Access Key which should be used to connect to this Storage Account.

Declaration
public Input<string> StorageAccountKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageAccountName

The name of the Storage Account.

Declaration
public Input<string> StorageAccountName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageContainerName

The name of the Container within the Storage Account.

Declaration
public Input<string> StorageContainerName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StreamAnalyticsJobName

The name of the Stream Analytics Job. Changing this forces a new resource to be created.

Declaration
public Input<string> StreamAnalyticsJobName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TimeFormat

The time format. Wherever {time} appears in path_pattern, the value of this property is used as the time format instead.

Declaration
public Input<string> TimeFormat { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.