com.azure.resourcemanager.appplatform.fluent.AppPlatformManagementClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-appplatform Show documentation
Show all versions of azure-resourcemanager-appplatform Show documentation
This package contains Microsoft Azure App Platform Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.appplatform.fluent;
import com.azure.core.http.HttpPipeline;
import java.time.Duration;
/** The interface for AppPlatformManagementClient class. */
public interface AppPlatformManagementClient {
/**
* Gets Gets subscription ID which uniquely identify the Microsoft Azure subscription. The subscription ID forms
* part of the URI for every service call.
*
* @return the subscriptionId value.
*/
String getSubscriptionId();
/**
* Gets server parameter.
*
* @return the endpoint value.
*/
String getEndpoint();
/**
* Gets Api Version.
*
* @return the apiVersion value.
*/
String getApiVersion();
/**
* Gets The HTTP pipeline to send requests through.
*
* @return the httpPipeline value.
*/
HttpPipeline getHttpPipeline();
/**
* Gets The default poll interval for long-running operation.
*
* @return the defaultPollInterval value.
*/
Duration getDefaultPollInterval();
/**
* Gets the ServicesClient object to access its operations.
*
* @return the ServicesClient object.
*/
ServicesClient getServices();
/**
* Gets the ConfigServersClient object to access its operations.
*
* @return the ConfigServersClient object.
*/
ConfigServersClient getConfigServers();
/**
* Gets the ConfigurationServicesClient object to access its operations.
*
* @return the ConfigurationServicesClient object.
*/
ConfigurationServicesClient getConfigurationServices();
/**
* Gets the ServiceRegistriesClient object to access its operations.
*
* @return the ServiceRegistriesClient object.
*/
ServiceRegistriesClient getServiceRegistries();
/**
* Gets the BuildServicesClient object to access its operations.
*
* @return the BuildServicesClient object.
*/
BuildServicesClient getBuildServices();
/**
* Gets the BuildpackBindingsClient object to access its operations.
*
* @return the BuildpackBindingsClient object.
*/
BuildpackBindingsClient getBuildpackBindings();
/**
* Gets the BuildServiceBuildersClient object to access its operations.
*
* @return the BuildServiceBuildersClient object.
*/
BuildServiceBuildersClient getBuildServiceBuilders();
/**
* Gets the BuildServiceAgentPoolsClient object to access its operations.
*
* @return the BuildServiceAgentPoolsClient object.
*/
BuildServiceAgentPoolsClient getBuildServiceAgentPools();
/**
* Gets the MonitoringSettingsClient object to access its operations.
*
* @return the MonitoringSettingsClient object.
*/
MonitoringSettingsClient getMonitoringSettings();
/**
* Gets the AppsClient object to access its operations.
*
* @return the AppsClient object.
*/
AppsClient getApps();
/**
* Gets the BindingsClient object to access its operations.
*
* @return the BindingsClient object.
*/
BindingsClient getBindings();
/**
* Gets the CertificatesClient object to access its operations.
*
* @return the CertificatesClient object.
*/
CertificatesClient getCertificates();
/**
* Gets the CustomDomainsClient object to access its operations.
*
* @return the CustomDomainsClient object.
*/
CustomDomainsClient getCustomDomains();
/**
* Gets the DeploymentsClient object to access its operations.
*
* @return the DeploymentsClient object.
*/
DeploymentsClient getDeployments();
/**
* Gets the OperationsClient object to access its operations.
*
* @return the OperationsClient object.
*/
OperationsClient getOperations();
/**
* Gets the RuntimeVersionsClient object to access its operations.
*
* @return the RuntimeVersionsClient object.
*/
RuntimeVersionsClient getRuntimeVersions();
/**
* Gets the SkusClient object to access its operations.
*
* @return the SkusClient object.
*/
SkusClient getSkus();
}