Class AppConfigurationManager

java.lang.Object
com.azure.resourcemanager.appconfiguration.AppConfigurationManager

public final class AppConfigurationManager extends Object
Entry point to AppConfigurationManager.
  • Method Details

    • authenticate

      public static AppConfigurationManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of AppConfiguration service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the AppConfiguration service API instance.
    • authenticate

      public static AppConfigurationManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of AppConfiguration service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the AppConfiguration service API instance.
    • configure

      public static AppConfigurationManager.Configurable configure()
      Gets a Configurable instance that can be used to create AppConfigurationManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • configurationStores

      public ConfigurationStores configurationStores()
      Gets the resource collection API of ConfigurationStores. It manages ConfigurationStore.
      Returns:
      Resource collection API of ConfigurationStores.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • privateEndpointConnections

      public PrivateEndpointConnections privateEndpointConnections()
      Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
      Returns:
      Resource collection API of PrivateEndpointConnections.
    • privateLinkResources

      public PrivateLinkResources privateLinkResources()
      Gets the resource collection API of PrivateLinkResources.
      Returns:
      Resource collection API of PrivateLinkResources.
    • keyValues

      public KeyValues keyValues()
      Gets the resource collection API of KeyValues. It manages KeyValue.
      Returns:
      Resource collection API of KeyValues.
    • serviceClient

      public AppConfigurationManagementClient serviceClient()
      Returns:
      Wrapped service client AppConfigurationManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.