DeployConfigurationParameters Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.DeployConfigurationParameters
- com.
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. |
|
Deploy |
withBranch(String branch)
Set the name of the Git branch from which the configuration is to be deployed to the configuration database. |
|
Deploy |
withForce(Boolean force)
Set the value enforcing deleting subscriptions to products that are deleted in this update. |
Methods inherited from java.lang.Object
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:
force
public Boolean force()
Get the value enforcing deleting subscriptions to products that are deleted in this update.
Returns:
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:
Returns:
withForce
public DeployConfigurationParameters withForce(Boolean force)
Set the value enforcing deleting subscriptions to products that are deleted in this update.
Parameters:
Returns: