Partilhar via


AzureDataLakeStoreOutputDataSourceProperties Class

Definition

The properties that are associated with an Azure Data Lake Store.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureDataLakeStoreOutputDataSourcePropertiesTypeConverter))]
public class AzureDataLakeStoreOutputDataSourceProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureDataLakeStoreOutputDataSourceProperties, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureDataLakeStoreOutputDataSourcePropertiesTypeConverter))>]
type AzureDataLakeStoreOutputDataSourceProperties = class
    interface IAzureDataLakeStoreOutputDataSourceProperties
    interface IJsonSerializable
    interface IOAuthBasedDataSourceProperties
    interface IValidates
Public Class AzureDataLakeStoreOutputDataSourceProperties
Implements IAzureDataLakeStoreOutputDataSourceProperties, IValidates
Inheritance
AzureDataLakeStoreOutputDataSourceProperties
Attributes
Implements

Constructors

AzureDataLakeStoreOutputDataSourceProperties()

Creates an new AzureDataLakeStoreOutputDataSourceProperties instance.

Properties

AccountName

The name of the Azure Data Lake Store account. Required on PUT (CreateOrReplace) requests.

AuthenticationMode

Authentication Mode.

DateFormat

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

FilePathPrefix

The location of the file to which the output should be written to. Required on PUT (CreateOrReplace) requests.

RefreshToken

A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.

TenantId

The tenant id of the user used to obtain the refresh token. Required on PUT (CreateOrReplace) requests.

TimeFormat

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

TokenUserDisplayName

The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.

TokenUserPrincipalName

The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureDataLakeStoreOutputDataSourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureDataLakeStoreOutputDataSourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureDataLakeStoreOutputDataSourceProperties.

FromJsonString(String)

Creates a new instance of AzureDataLakeStoreOutputDataSourceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureDataLakeStoreOutputDataSourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to