azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

49 строки
3.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.applicationinsights.models.LiveTokens"
fullName: "com.azure.resourcemanager.applicationinsights.models.LiveTokens"
name: "LiveTokens"
nameWithType: "LiveTokens"
summary: "Resource collection API of Live<wbr>Tokens."
syntax: "public interface **LiveTokens**"
methods:
- uid: "com.azure.resourcemanager.applicationinsights.models.LiveTokens.get(java.lang.String)"
fullName: "com.azure.resourcemanager.applicationinsights.models.LiveTokens.get(String resourceUri)"
name: "get(String resourceUri)"
nameWithType: "LiveTokens.get(String resourceUri)"
summary: "\\*\\*Gets an access token for live metrics stream data.\\*\\*."
modifiers:
- "abstract"
parameters:
- description: "The identifier of the resource."
name: "resourceUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LiveTokenResponse get(String resourceUri)"
desc: "\\*\\*Gets an access token for live metrics stream data.\\*\\*."
returns:
description: "the response to a live token query."
type: "<xref href=\"com.azure.resourcemanager.applicationinsights.models.LiveTokenResponse?alt=com.azure.resourcemanager.applicationinsights.models.LiveTokenResponse&text=LiveTokenResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.applicationinsights.models.LiveTokens.getWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.applicationinsights.models.LiveTokens.getWithResponse(String resourceUri, Context context)"
name: "getWithResponse(String resourceUri, Context context)"
nameWithType: "LiveTokens.getWithResponse(String resourceUri, Context context)"
summary: "\\*\\*Gets an access token for live metrics stream data.\\*\\*."
modifiers:
- "abstract"
parameters:
- description: "The identifier of the resource."
name: "resourceUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<LiveTokenResponse> getWithResponse(String resourceUri, Context context)"
desc: "\\*\\*Gets an access token for live metrics stream data.\\*\\*."
returns:
description: "the response to a live token query along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.applicationinsights.models.LiveTokenResponse?alt=com.azure.resourcemanager.applicationinsights.models.LiveTokenResponse&text=LiveTokenResponse\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of LiveTokens."
metadata: {}
package: "com.azure.resourcemanager.applicationinsights.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-applicationinsights:1.0.0