GenerateSsoUrlResult Interface

public interface GenerateSsoUrlResult

An immutable client-side representation of GenerateSsoUrlResult.

Method Summary

Modifier and Type Method and Description
abstract GenerateSsoUrlResultInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GenerateSsoUrlResultInner object.

abstract String value()

Gets the value property: Redirect Url containing the SSO URL value.

Method Details

innerModel

public abstract GenerateSsoUrlResultInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GenerateSsoUrlResultInner object.

Returns:

the inner object.

value

public abstract String value()

Gets the value property: Redirect Url containing the SSO URL value.

Returns:

the value value.

Applies to