Interface ContainerServiceManagementClient
public interface ContainerServiceManagementClient
The interface for ContainerServiceManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the AgentPoolsClient object to access its operations.Gets the ContainerServicesClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the MaintenanceConfigurationsClient object to access its operations.Gets the ManagedClustersClient object to access its operations.Gets the OpenShiftManagedClustersClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets the ResolvePrivateLinkServiceIdsClient object to access its operations.Gets the SnapshotsClient object to access its operations.Gets Subscription credentials which uniquely identify Microsoft Azure subscription.Gets the TrustedAccessRoleBindingsClient object to access its operations.Gets the TrustedAccessRolesClient object to access its operations.
-
Method Details
-
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.
-
getTrustedAccessRoleBindings
TrustedAccessRoleBindingsClient getTrustedAccessRoleBindings()Gets the TrustedAccessRoleBindingsClient object to access its operations.- Returns:
- the TrustedAccessRoleBindingsClient object.
-
getTrustedAccessRoles
TrustedAccessRolesClient getTrustedAccessRoles()Gets the TrustedAccessRolesClient object to access its operations.- Returns:
- the TrustedAccessRolesClient object.
-