DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters 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
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters() |
Initializes a new instance of the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters class. |
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters(String, String) |
Initializes a new instance of the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters class. |
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters()
Initializes a new instance of the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters class.
public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters ();
Public Sub New ()
Applies to
DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters(String, String)
Initializes a new instance of the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters class.
public DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters (string password, string uri = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters : string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters
Public Sub New (password As String, Optional uri As String = Nothing)
Parameters
- password
- String
the password for the secret to pass in
- uri
- String
the URI identifier for the secret in the format <hostname>:<port>
Applies to
Azure SDK for .NET