Uses of Class
com.azure.resourcemanager.cdn.fluent.models.SsoUriInner
-
Packages that use SsoUriInner Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient. -
-
Uses of SsoUriInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return SsoUriInner Modifier and Type Method Description SsoUriInnerProfilesClient. 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 SsoUriInner Modifier and Type Method Description Mono<SsoUriInner>ProfilesClient. 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.
-