Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementServiceGetSsoTokenResultInner
Packages that use ApiManagementServiceGetSsoTokenResultInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementServiceGetSsoTokenResultInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ApiManagementServiceGetSsoTokenResultInnerModifier and TypeMethodDescriptionApiManagementServicesClient.getSsoToken(String resourceGroupName, String serviceName) Gets the Single-Sign-On token for the API Management Service which is valid for 5 Minutes.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ApiManagementServiceGetSsoTokenResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApiManagementServiceGetSsoTokenResultInner> ApiManagementServicesClient.getSsoTokenWithResponse(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Gets the Single-Sign-On token for the API Management Service which is valid for 5 Minutes. -
Uses of ApiManagementServiceGetSsoTokenResultInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ApiManagementServiceGetSsoTokenResultInnerModifier and TypeMethodDescriptionApiManagementServiceGetSsoTokenResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementServiceGetSsoTokenResultInner from the JsonReader.ApiManagementServiceGetSsoTokenResultInner.withRedirectUri(String redirectUri) Set the redirectUri property: Redirect URL to the Publisher Portal containing the SSO token. -
Uses of ApiManagementServiceGetSsoTokenResultInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementServiceGetSsoTokenResultInnerModifier and TypeMethodDescriptionApiManagementServiceGetSsoTokenResult.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ApiManagementServiceGetSsoTokenResultInner object.