Share via


DeployConfigurationParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.DeployConfigurationParameters

public class DeployConfigurationParameters

Deploy Tenant Configuration Contract.

Constructor Summary

Constructor Description
DeployConfigurationParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String branch()

Get the name of the Git branch from which the configuration is to be deployed to the configuration database.

java.lang.Boolean force()

Get the value enforcing deleting subscriptions to products that are deleted in this update.

DeployConfigurationParameters withBranch(String branch)

Set the name of the Git branch from which the configuration is to be deployed to the configuration database.

DeployConfigurationParameters withForce(Boolean force)

Set the value enforcing deleting subscriptions to products that are deleted in this update.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

DeployConfigurationParameters

public DeployConfigurationParameters()

Method Details

branch

public String branch()

Get the name of the Git branch from which the configuration is to be deployed to the configuration database.

Returns:

the branch value

force

public Boolean force()

Get the value enforcing deleting subscriptions to products that are deleted in this update.

Returns:

the force value

withBranch

public DeployConfigurationParameters withBranch(String branch)

Set the name of the Git branch from which the configuration is to be deployed to the configuration database.

Parameters:

branch - the branch value to set

Returns:

the DeployConfigurationParameters object itself.

withForce

public DeployConfigurationParameters withForce(Boolean force)

Set the value enforcing deleting subscriptions to products that are deleted in this update.

Parameters:

force - the force value to set

Returns:

the DeployConfigurationParameters object itself.

Applies to