DataLakeStoreFileSystemManagementClient.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.StoreFileSystem
Assembly:  Microsoft.Azure.Management.DataLake.StoreFileSystem (in Microsoft.Azure.Management.DataLake.StoreFileSystem.dll)

Syntax

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

Property Value

Type: System.String

Implements

IDataLakeStoreFileSystemManagementClient.UserAgentSuffix

See Also

DataLakeStoreFileSystemManagementClient Class
Microsoft.Azure.Management.DataLake.StoreFileSystem Namespace

Return to top