Class ApiCenterManager
java.lang.Object
com.azure.resourcemanager.apicenter.ApiCenterManager
Entry point to ApiCenterManager.
Azure API Center Resource Provider.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionGets the resource collection API of ApiDefinitions.apis()
Gets the resource collection API of Apis.Gets the resource collection API of ApiVersions.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.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.Gets a Configurable instance that can be used to create ApiCenterManager with optional configuration.Gets the resource collection API of Deployments.Gets the resource collection API of Environments.Gets the resource collection API of MetadataSchemas.Gets the resource collection API of Operations.Gets wrapped service client AzureApiCenter providing direct access to the underlying auto-generated API implementation, based on Azure REST API.services()
Gets the resource collection API of Services.Gets the resource collection API of Workspaces.
-
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
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the ApiCenter service API instance.
-
configure
Gets a Configurable instance that can be used to create ApiCenterManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
services
Gets the resource collection API of Services. It manages Service.- Returns:
- Resource collection API of Services.
-
metadataSchemas
Gets the resource collection API of MetadataSchemas. It manages MetadataSchema.- Returns:
- Resource collection API of MetadataSchemas.
-
workspaces
Gets the resource collection API of Workspaces. It manages Workspace.- Returns:
- Resource collection API of Workspaces.
-
apis
Gets the resource collection API of Apis. It manages Api.- Returns:
- Resource collection API of Apis.
-
deployments
Gets the resource collection API of Deployments. It manages Deployment.- Returns:
- Resource collection API of Deployments.
-
apiVersions
Gets the resource collection API of ApiVersions. It manages ApiVersion.- Returns:
- Resource collection API of ApiVersions.
-
apiDefinitions
Gets the resource collection API of ApiDefinitions. It manages ApiDefinition.- Returns:
- Resource collection API of ApiDefinitions.
-
environments
Gets the resource collection API of Environments. It manages Environment.- Returns:
- Resource collection API of Environments.
-
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.
-