DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters.SecretName Property

 

Required. Gets or sets the name of the secret to create.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsCatalog (in Microsoft.Azure.Management.DataLake.AnalyticsCatalog.dll)

Syntax

public string SecretName { get; set; }
public:
property String^ SecretName {
    String^ get();
    void set(String^ value);
}
member SecretName : string with get, set
Public Property SecretName As String

Property Value

Type: System.String

See Also

DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters Class
Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models Namespace

Return to top