LiveToken interface
Interface representing a LiveToken.
Methods
get(string, Live |
Gets an access token for live metrics stream data. |
Method Details
get(string, LiveTokenGetOptionalParams)
Gets an access token for live metrics stream data.
function get(resourceUri: string, options?: LiveTokenGetOptionalParams): Promise<LiveTokenResponse>
Parameters
- resourceUri
-
string
The identifier of the resource.
- options
- LiveTokenGetOptionalParams
The options parameters.
Returns
Promise<LiveTokenResponse>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript