DataLakeStoreAccountProperties.Suffix Property

 

Optional. Gets or sets the optional suffix for the Data Lake Store account.

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

Syntax

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

Property Value

Type: System.String

See Also

DataLakeStoreAccountProperties Class
Microsoft.Azure.Management.DataLake.Analytics.Models Namespace

Return to top