Uses of Class
com.azure.resourcemanager.apimanagement.models.DeployConfigurationParameters
Packages that use DeployConfigurationParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of DeployConfigurationParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type DeployConfigurationParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultContractInner>, OperationResultContractInner> TenantConfigurationsClient.beginDeploy(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters) This operation applies changes from the specified Git branch to the configuration database.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultContractInner>, OperationResultContractInner> TenantConfigurationsClient.beginDeploy(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters, com.azure.core.util.Context context) This operation applies changes from the specified Git branch to the configuration database.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultContractInner>, OperationResultContractInner> TenantConfigurationsClient.beginValidate(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters) This operation validates the changes in the specified Git branch.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultContractInner>, OperationResultContractInner> TenantConfigurationsClient.beginValidate(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters, com.azure.core.util.Context context) This operation validates the changes in the specified Git branch.TenantConfigurationsClient.deploy(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters) This operation applies changes from the specified Git branch to the configuration database.TenantConfigurationsClient.deploy(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters, com.azure.core.util.Context context) This operation applies changes from the specified Git branch to the configuration database.TenantConfigurationsClient.validate(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters) This operation validates the changes in the specified Git branch.TenantConfigurationsClient.validate(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters, com.azure.core.util.Context context) This operation validates the changes in the specified Git branch. -
Uses of DeployConfigurationParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return DeployConfigurationParametersModifier and TypeMethodDescriptionDeployConfigurationParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeployConfigurationParameters from the JsonReader.DeployConfigurationParameters.withBranch(String branch) Set the branch property: The name of the Git branch from which the configuration is to be deployed to the configuration database.Set the force property: The value enforcing deleting subscriptions to products that are deleted in this update.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type DeployConfigurationParametersModifier and TypeMethodDescriptionTenantConfigurations.deploy(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters) This operation applies changes from the specified Git branch to the configuration database.TenantConfigurations.deploy(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters, com.azure.core.util.Context context) This operation applies changes from the specified Git branch to the configuration database.TenantConfigurations.validate(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters) This operation validates the changes in the specified Git branch.TenantConfigurations.validate(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, DeployConfigurationParameters parameters, com.azure.core.util.Context context) This operation validates the changes in the specified Git branch.