Interface ContainerServiceManagementClient
-
public interface ContainerServiceManagementClientThe interface for ContainerServiceManagementClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentPoolsClientgetAgentPools()Gets the AgentPoolsClient object to access its operations.ContainerServicesClientgetContainerServices()Gets the ContainerServicesClient object to access its operations.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.StringgetEndpoint()Gets server parameter.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.MaintenanceConfigurationsClientgetMaintenanceConfigurations()Gets the MaintenanceConfigurationsClient object to access its operations.ManagedClustersClientgetManagedClusters()Gets the ManagedClustersClient object to access its operations.OpenShiftManagedClustersClientgetOpenShiftManagedClusters()Gets the OpenShiftManagedClustersClient object to access its operations.OperationsClientgetOperations()Gets the OperationsClient object to access its operations.PrivateEndpointConnectionsClientgetPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.PrivateLinkResourcesClientgetPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.ResolvePrivateLinkServiceIdsClientgetResolvePrivateLinkServiceIds()Gets the ResolvePrivateLinkServiceIdsClient object to access its operations.SnapshotsClientgetSnapshots()Gets the SnapshotsClient object to access its operations.StringgetSubscriptionId()Gets Subscription credentials which uniquely identify Microsoft Azure subscription.
-
-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
Gets Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()
Gets server parameter.- Returns:
- the endpoint 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.
-
getOpenShiftManagedClusters
OpenShiftManagedClustersClient getOpenShiftManagedClusters()
Gets the OpenShiftManagedClustersClient object to access its operations.- Returns:
- the OpenShiftManagedClustersClient object.
-
getContainerServices
ContainerServicesClient getContainerServices()
Gets the ContainerServicesClient object to access its operations.- Returns:
- the ContainerServicesClient object.
-
getOperations
OperationsClient getOperations()
Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getManagedClusters
ManagedClustersClient getManagedClusters()
Gets the ManagedClustersClient object to access its operations.- Returns:
- the ManagedClustersClient object.
-
getMaintenanceConfigurations
MaintenanceConfigurationsClient getMaintenanceConfigurations()
Gets the MaintenanceConfigurationsClient object to access its operations.- Returns:
- the MaintenanceConfigurationsClient object.
-
getAgentPools
AgentPoolsClient getAgentPools()
Gets the AgentPoolsClient object to access its operations.- Returns:
- the AgentPoolsClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getResolvePrivateLinkServiceIds
ResolvePrivateLinkServiceIdsClient getResolvePrivateLinkServiceIds()
Gets the ResolvePrivateLinkServiceIdsClient object to access its operations.- Returns:
- the ResolvePrivateLinkServiceIdsClient object.
-
getSnapshots
SnapshotsClient getSnapshots()
Gets the SnapshotsClient object to access its operations.- Returns:
- the SnapshotsClient object.
-
-