Uses of Class
com.azure.resourcemanager.apimanagement.models.SaveConfigurationParameter
Packages that use SaveConfigurationParameter
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of SaveConfigurationParameter in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type SaveConfigurationParameterModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultContractInner>, OperationResultContractInner> TenantConfigurationsClient.beginSave(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, SaveConfigurationParameter parameters) This operation creates a commit with the current configuration snapshot to the specified branch in the repository.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultContractInner>, OperationResultContractInner> TenantConfigurationsClient.beginSave(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, SaveConfigurationParameter parameters, com.azure.core.util.Context context) This operation creates a commit with the current configuration snapshot to the specified branch in the repository.TenantConfigurationsClient.save(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, SaveConfigurationParameter parameters) This operation creates a commit with the current configuration snapshot to the specified branch in the repository.TenantConfigurationsClient.save(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, SaveConfigurationParameter parameters, com.azure.core.util.Context context) This operation creates a commit with the current configuration snapshot to the specified branch in the repository. -
Uses of SaveConfigurationParameter in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return SaveConfigurationParameterModifier and TypeMethodDescriptionstatic SaveConfigurationParameterSaveConfigurationParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SaveConfigurationParameter from the JsonReader.SaveConfigurationParameter.withBranch(String branch) Set the branch property: The name of the Git branch in which to commit the current configuration snapshot.Set the force property: The value if true, the current configuration database is committed to the Git repository, even if the Git repository has newer changes that would be overwritten.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type SaveConfigurationParameterModifier and TypeMethodDescriptionTenantConfigurations.save(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, SaveConfigurationParameter parameters) This operation creates a commit with the current configuration snapshot to the specified branch in the repository.TenantConfigurations.save(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, SaveConfigurationParameter parameters, com.azure.core.util.Context context) This operation creates a commit with the current configuration snapshot to the specified branch in the repository.