Share via


PortalSignupSettings Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalSignupSettingsInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

public interface PortalSignupSettings
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalSignupSettingsInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

Type representing PortalSignupSettings.

Method Summary

Modifier and Type Method and Description
abstract java.lang.Boolean enabled()
abstract java.lang.String id()
abstract java.lang.String name()
abstract TermsOfServiceProperties termsOfService()
abstract java.lang.String type()

Method Details

enabled

public abstract Boolean enabled()

Returns:

the enabled value.

id

public abstract String id()

Returns:

the id value.

name

public abstract String name()

Returns:

the name value.

termsOfService

public abstract TermsOfServiceProperties termsOfService()

Returns:

the termsOfService value.

type

public abstract String type()

Returns:

the type value.

Applies to