Interface AzureApiCenter
public interface AzureApiCenter
The interface for AzureApiCenter class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the ApiDefinitionsClient object to access its operations.getApis()
Gets the ApisClient object to access its operations.Gets Api Version.Gets the ApiVersionsClient object to access its operations.Gets The default poll interval for long-running operation.Gets the DeploymentsClient object to access its operations.Gets server parameter.Gets the EnvironmentsClient object to access its operations.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets the MetadataSchemasClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the ServicesClient object to access its operations.Gets The ID of the target subscription.Gets the WorkspacesClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getServices
ServicesClient getServices()Gets the ServicesClient object to access its operations.- Returns:
- the ServicesClient object.
-
getMetadataSchemas
MetadataSchemasClient getMetadataSchemas()Gets the MetadataSchemasClient object to access its operations.- Returns:
- the MetadataSchemasClient object.
-
getWorkspaces
WorkspacesClient getWorkspaces()Gets the WorkspacesClient object to access its operations.- Returns:
- the WorkspacesClient object.
-
getApis
ApisClient getApis()Gets the ApisClient object to access its operations.- Returns:
- the ApisClient object.
-
getDeployments
DeploymentsClient getDeployments()Gets the DeploymentsClient object to access its operations.- Returns:
- the DeploymentsClient object.
-
getApiVersions
ApiVersionsClient getApiVersions()Gets the ApiVersionsClient object to access its operations.- Returns:
- the ApiVersionsClient object.
-
getApiDefinitions
ApiDefinitionsClient getApiDefinitions()Gets the ApiDefinitionsClient object to access its operations.- Returns:
- the ApiDefinitionsClient object.
-
getEnvironments
EnvironmentsClient getEnvironments()Gets the EnvironmentsClient object to access its operations.- Returns:
- the EnvironmentsClient object.
-