SignUpSettings Interface

public interface SignUpSettings

Resource collection API of SignUpSettings.

Method Summary

Modifier and Type Method and Description
abstract PortalSignupSettings createOrUpdate(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters)

Create or Update Sign-Up settings.

abstract Response<PortalSignupSettings> createOrUpdateWithResponse(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters, String ifMatch, Context context)

Create or Update Sign-Up settings.

abstract PortalSignupSettings get(String resourceGroupName, String serviceName)

Get Sign Up Settings for the Portal.

abstract void getEntityTag(String resourceGroupName, String serviceName)

Gets the entity state (Etag) version of the SignUpSettings.

abstract SignUpSettingsGetEntityTagResponse getEntityTagWithResponse(String resourceGroupName, String serviceName, Context context)

Gets the entity state (Etag) version of the SignUpSettings.

abstract Response<PortalSignupSettings> getWithResponse(String resourceGroupName, String serviceName, Context context)

Get Sign Up Settings for the Portal.

abstract void update(String resourceGroupName, String serviceName, String ifMatch, PortalSignupSettingsInner parameters)

Update Sign-Up settings.

abstract Response<Void> updateWithResponse(String resourceGroupName, String serviceName, String ifMatch, PortalSignupSettingsInner parameters, Context context)

Update Sign-Up settings.

Method Details

createOrUpdate

public abstract PortalSignupSettings createOrUpdate(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters)

Create or Update Sign-Up settings.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.
parameters - Create or update parameters.

Returns:

sign-Up settings for a developer portal.

createOrUpdateWithResponse

public abstract Response createOrUpdateWithResponse(String resourceGroupName, String serviceName, PortalSignupSettingsInner parameters, String ifMatch, Context context)

Create or Update Sign-Up settings.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.
parameters - Create or update parameters.
ifMatch - ETag of the Entity. Not required when creating an entity, but required when updating an entity.
context - The context to associate with this operation.

Returns:

sign-Up settings for a developer portal along with Response<T>.

get

public abstract PortalSignupSettings get(String resourceGroupName, String serviceName)

Get Sign Up Settings for the Portal.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.

Returns:

sign Up Settings for the Portal.

getEntityTag

public abstract void getEntityTag(String resourceGroupName, String serviceName)

Gets the entity state (Etag) version of the SignUpSettings.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.

getEntityTagWithResponse

public abstract SignUpSettingsGetEntityTagResponse getEntityTagWithResponse(String resourceGroupName, String serviceName, Context context)

Gets the entity state (Etag) version of the SignUpSettings.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.
context - The context to associate with this operation.

Returns:

the entity state (Etag) version of the SignUpSettings.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String serviceName, Context context)

Get Sign Up Settings for the Portal.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.
context - The context to associate with this operation.

Returns:

sign Up Settings for the Portal.

update

public abstract void update(String resourceGroupName, String serviceName, String ifMatch, PortalSignupSettingsInner parameters)

Update Sign-Up settings.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.
ifMatch - ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.
parameters - Update Sign-Up settings.

updateWithResponse

public abstract Response updateWithResponse(String resourceGroupName, String serviceName, String ifMatch, PortalSignupSettingsInner parameters, Context context)

Update Sign-Up settings.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.
ifMatch - ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.
parameters - Update Sign-Up settings.
context - The context to associate with this operation.

Returns:

Applies to