Interface ContainerServiceManagementClient
public interface ContainerServiceManagementClient
The interface for ContainerServiceManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the AgentPoolsClient object to access its operations.Gets Version parameter.Gets The default poll interval for long-running operation.Gets Service host.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the MachinesClient object to access its operations.Gets the MaintenanceConfigurationsClient object to access its operations.Gets the ManagedClustersClient object to access its operations.Gets the ManagedNamespacesClient 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 The ID of the target subscription.Gets the TrustedAccessRoleBindingsClient object to access its operations.Gets the TrustedAccessRolesClient object to access its operations.
-
Method Details
-
getEndpoint
-
getApiVersion
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- Returns:
- the subscriptionId 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.
-
getAgentPools
AgentPoolsClient getAgentPools()Gets the AgentPoolsClient object to access its operations.- Returns:
- the AgentPoolsClient 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.
-
getManagedNamespaces
ManagedNamespacesClient getManagedNamespaces()Gets the ManagedNamespacesClient object to access its operations.- Returns:
- the ManagedNamespacesClient object.
-
getMachines
MachinesClient getMachines()Gets the MachinesClient object to access its operations.- Returns:
- the MachinesClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient 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.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient 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.
-
getTrustedAccessRoles
TrustedAccessRolesClient getTrustedAccessRoles()Gets the TrustedAccessRolesClient object to access its operations.- Returns:
- the TrustedAccessRolesClient object.
-