DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters Class

 

DataLakeAnalytics DataLakeAnalyticsAccount information.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.AnalyticsCatalog.Models.DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters

Syntax

public class DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters
public ref class DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters 
type DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters = class end
Public Class DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters

Constructors

Name Description
System_CAPS_pubmethod DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters()

Initializes a new instance of the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters class.

System_CAPS_pubmethod DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters(String, String)

Initializes a new instance of the DataLakeAnalyticsCatalogSecretCreateOrUpdateParameters class with required arguments.

Properties

Name Description
System_CAPS_pubproperty Password

Required. Gets or sets the password for the secret to pass in

System_CAPS_pubproperty SecretName

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

System_CAPS_pubproperty Uri

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

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

Return to top