Class ApiCenterManager

java.lang.Object
com.azure.resourcemanager.apicenter.ApiCenterManager

public final class ApiCenterManager extends Object
Entry point to ApiCenterManager. Azure API Center Resource Provider.
  • Method Details

    • authenticate

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

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

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

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

      public Services services()
      Gets the resource collection API of Services. It manages Service.
      Returns:
      Resource collection API of Services.
    • metadataSchemas

      public MetadataSchemas metadataSchemas()
      Gets the resource collection API of MetadataSchemas. It manages MetadataSchema.
      Returns:
      Resource collection API of MetadataSchemas.
    • workspaces

      public Workspaces workspaces()
      Gets the resource collection API of Workspaces. It manages Workspace.
      Returns:
      Resource collection API of Workspaces.
    • apis

      public Apis apis()
      Gets the resource collection API of Apis. It manages Api.
      Returns:
      Resource collection API of Apis.
    • deployments

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

      public ApiVersions apiVersions()
      Gets the resource collection API of ApiVersions. It manages ApiVersion.
      Returns:
      Resource collection API of ApiVersions.
    • apiDefinitions

      public ApiDefinitions apiDefinitions()
      Gets the resource collection API of ApiDefinitions. It manages ApiDefinition.
      Returns:
      Resource collection API of ApiDefinitions.
    • environments

      public Environments environments()
      Gets the resource collection API of Environments. It manages Environment.
      Returns:
      Resource collection API of Environments.
    • serviceClient

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