Uses of Class
com.azure.resourcemanager.cdn.fluent.models.SsoUriInner
Packages that use SsoUriInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
-
Uses of SsoUriInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return SsoUriInnerModifier and TypeMethodDescriptionProfilesClient.generateSsoUri(String resourceGroupName, String profileName) Generates a dynamic SSO URI used to sign in to the CDN supplemental portal.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type SsoUriInnerModifier and TypeMethodDescriptionProfilesClient.generateSsoUriAsync(String resourceGroupName, String profileName) Generates a dynamic SSO URI used to sign in to the CDN supplemental portal.com.azure.core.http.rest.Response<SsoUriInner> ProfilesClient.generateSsoUriWithResponse(String resourceGroupName, String profileName, com.azure.core.util.Context context) Generates a dynamic SSO URI used to sign in to the CDN supplemental portal.Mono<com.azure.core.http.rest.Response<SsoUriInner>> ProfilesClient.generateSsoUriWithResponseAsync(String resourceGroupName, String profileName) Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. -
Uses of SsoUriInner in com.azure.resourcemanager.cdn.fluent.models
Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type SsoUriInnerModifier and TypeClassDescriptionfinal classThe URI required to login to the supplemental portal from the Azure portal.Methods in com.azure.resourcemanager.cdn.fluent.models that return SsoUriInnerModifier and TypeMethodDescriptionstatic SsoUriInnerSsoUriInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SsoUriInner from the JsonReader.