Uses of Class
com.azure.resourcemanager.apimanagement.models.ConfigurationIdName
Packages that use ConfigurationIdName
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ConfigurationIdName in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ConfigurationIdNameModifier 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.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.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.getSyncState(String resourceGroupName, String serviceName, ConfigurationIdName configurationName) Gets the status of the most recent synchronization between the configuration database and the Git repository.com.azure.core.http.rest.Response<TenantConfigurationSyncStateContractInner> TenantConfigurationsClient.getSyncStateWithResponse(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, com.azure.core.util.Context context) Gets the status of the most recent synchronization between the configuration database and the Git 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.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 ConfigurationIdName in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ConfigurationIdNameModifier and TypeFieldDescriptionstatic final ConfigurationIdNameConfigurationIdName.CONFIGURATIONStatic value configuration for ConfigurationIdName.Methods in com.azure.resourcemanager.apimanagement.models that return ConfigurationIdNameModifier and TypeMethodDescriptionstatic ConfigurationIdNameConfigurationIdName.fromString(String name) Creates or finds a ConfigurationIdName from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ConfigurationIdNameModifier and TypeMethodDescriptionstatic Collection<ConfigurationIdName> ConfigurationIdName.values()Gets known ConfigurationIdName values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ConfigurationIdNameModifier 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.getSyncState(String resourceGroupName, String serviceName, ConfigurationIdName configurationName) Gets the status of the most recent synchronization between the configuration database and the Git repository.com.azure.core.http.rest.Response<TenantConfigurationSyncStateContract> TenantConfigurations.getSyncStateWithResponse(String resourceGroupName, String serviceName, ConfigurationIdName configurationName, com.azure.core.util.Context context) Gets the status of the most recent synchronization between the configuration database and the Git repository.TenantConfigurations.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.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.