Class NginxManager

java.lang.Object
com.azure.resourcemanager.nginx.NginxManager

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

    • authenticate

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

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

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

      public Certificates certificates()
      Gets the resource collection API of Certificates. It manages NginxCertificate.
      Returns:
      Resource collection API of Certificates.
    • configurations

      public Configurations configurations()
      Gets the resource collection API of Configurations. It manages NginxConfiguration.
      Returns:
      Resource collection API of Configurations.
    • deployments

      public Deployments deployments()
      Gets the resource collection API of Deployments. It manages NginxDeployment.
      Returns:
      Resource collection API of Deployments.
    • operations

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

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