IDataLakeStoreManagementClient.UserAgentSuffix Property

 

Gets or sets the additional UserAgent text to be added to the user agent header. This is used to further differentiate where requests are coming from internally.

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

Syntax

string UserAgentSuffix { get; set; }
property String^ UserAgentSuffix {
    String^ get();
    void set(String^ value);
}
abstract UserAgentSuffix : string with get, set
Property UserAgentSuffix As String

Property Value

Type: System.String

See Also

IDataLakeStoreManagementClient Interface
Microsoft.Azure.Management.DataLake.Store Namespace

Return to top