USqlSecret Class

Definition

A Data Lake Analytics catalog U-SQL secret item.

public class USqlSecret : Microsoft.Azure.Management.DataLake.Analytics.Models.CatalogItem
type USqlSecret = class
    inherit CatalogItem
Public Class USqlSecret
Inherits CatalogItem
Inheritance
USqlSecret

Constructors

USqlSecret()

Initializes a new instance of the USqlSecret class.

USqlSecret(String, Nullable<Guid>, String, String, Nullable<DateTimeOffset>, String, String)

Initializes a new instance of the USqlSecret class.

Properties

ComputeAccountName

Gets or sets the name of the Data Lake Analytics account.

(Inherited from CatalogItem)
CreationTime

Gets or sets the creation time of the credential object. This is the only information returned about a secret from a GET.

DatabaseName

Gets or sets the name of the database.

Name

Gets or sets the name of the secret.

Password

Gets or sets the password for the secret to pass in

Uri

Gets or sets the URI identifier for the secret in the format &lt;hostname&gt;:&lt;port&gt;

Version

Gets or sets the version of the catalog item.

(Inherited from CatalogItem)

Applies to