USqlSecret Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
USqlSecret()
Initializes a new instance of the USqlSecret class.
public USqlSecret ();
Public Sub New ()
Applies to
USqlSecret(String, Nullable<Guid>, String, String, Nullable<DateTimeOffset>, String, String)
Initializes a new instance of the USqlSecret class.
public USqlSecret (string computeAccountName = default, Guid? version = default, string databaseName = default, string name = default, DateTimeOffset? creationTime = default, string uri = default, string password = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret : string * Nullable<Guid> * string * string * Nullable<DateTimeOffset> * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlSecret
Public Sub New (Optional computeAccountName As String = Nothing, Optional version As Nullable(Of Guid) = Nothing, Optional databaseName As String = Nothing, Optional name As String = Nothing, Optional creationTime As Nullable(Of DateTimeOffset) = Nothing, Optional uri As String = Nothing, Optional password As String = Nothing)
Parameters
- computeAccountName
- String
the name of the Data Lake Analytics account.
- databaseName
- String
the name of the database.
- name
- String
the name of the secret.
- creationTime
- Nullable<DateTimeOffset>
the creation time of the credential object. This is the only information returned about a secret from a GET.
- uri
- String
the URI identifier for the secret in the format <hostname>:<port>
- password
- String
the password for the secret to pass in
Applies to
Azure SDK for .NET