DataLakeSharedKeyCredentialEntity Class
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.
The DataLakeGen2SharedKeyCredential.
public class DataLakeSharedKeyCredentialEntity : Azure.AI.MetricsAdvisor.Administration.DataSourceCredentialEntity
type DataLakeSharedKeyCredentialEntity = class
inherit DataSourceCredentialEntity
Public Class DataLakeSharedKeyCredentialEntity
Inherits DataSourceCredentialEntity
- Inheritance
Remarks
In order to create a credential entity, you must pass this instance to the method CreateDataSourceCredentialAsync(DataSourceCredentialEntity, CancellationToken).
Constructors
DataLakeSharedKeyCredentialEntity(String, String) |
Initializes a new instance of the DataLakeSharedKeyCredentialEntity class. |
Properties
CredentialKind |
The credential kind. (Inherited from DataSourceCredentialEntity) |
Description |
A description of this DataSourceCredentialEntity. Defaults to an empty string. (Inherited from DataSourceCredentialEntity) |
Id |
The unique identifier of this DataSourceCredentialEntity. (Inherited from DataSourceCredentialEntity) |
Name |
A custom name for this DataSourceCredentialEntity to be displayed on the web portal. Data feed names must be unique across the same Metris Advisor resource. (Inherited from DataSourceCredentialEntity) |
Methods
UpdateAccountKey(String) |
Updates the account key. |