ContainerServiceManagementClient Interface

public interface ContainerServiceManagementClient

The interface for ContainerServiceManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract AgentPoolsClient getAgentPools()

Gets the AgentPoolsClient object to access its operations.

abstract ContainerServicesClient getContainerServices()

Gets the ContainerServicesClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract MachinesClient getMachines()

Gets the MachinesClient object to access its operations.

abstract MaintenanceConfigurationsClient getMaintenanceConfigurations()

Gets the MaintenanceConfigurationsClient object to access its operations.

abstract ManagedClustersClient getManagedClusters()

Gets the ManagedClustersClient object to access its operations.

abstract OpenShiftManagedClustersClient getOpenShiftManagedClusters()

Gets the OpenShiftManagedClustersClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract ResolvePrivateLinkServiceIdsClient getResolvePrivateLinkServiceIds()

Gets the ResolvePrivateLinkServiceIdsClient object to access its operations.

abstract SnapshotsClient getSnapshots()

Gets the SnapshotsClient object to access its operations.

abstract String getSubscriptionId()

Gets Subscription credentials which uniquely identify Microsoft Azure subscription.

abstract TrustedAccessRoleBindingsClient getTrustedAccessRoleBindings()

Gets the TrustedAccessRoleBindingsClient object to access its operations.

abstract TrustedAccessRolesClient getTrustedAccessRoles()

Gets the TrustedAccessRolesClient object to access its operations.

Method Details

getAgentPools

public abstract AgentPoolsClient getAgentPools()

Gets the AgentPoolsClient object to access its operations.

Returns:

the AgentPoolsClient object.

getContainerServices

public abstract ContainerServicesClient getContainerServices()

Gets the ContainerServicesClient object to access its operations.

Returns:

the ContainerServicesClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getMachines

public abstract MachinesClient getMachines()

Gets the MachinesClient object to access its operations.

Returns:

the MachinesClient object.

getMaintenanceConfigurations

public abstract MaintenanceConfigurationsClient getMaintenanceConfigurations()

Gets the MaintenanceConfigurationsClient object to access its operations.

Returns:

the MaintenanceConfigurationsClient object.

getManagedClusters

public abstract ManagedClustersClient getManagedClusters()

Gets the ManagedClustersClient object to access its operations.

Returns:

the ManagedClustersClient object.

getOpenShiftManagedClusters

public abstract OpenShiftManagedClustersClient getOpenShiftManagedClusters()

Gets the OpenShiftManagedClustersClient object to access its operations.

Returns:

the OpenShiftManagedClustersClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getResolvePrivateLinkServiceIds

public abstract ResolvePrivateLinkServiceIdsClient getResolvePrivateLinkServiceIds()

Gets the ResolvePrivateLinkServiceIdsClient object to access its operations.

Returns:

the ResolvePrivateLinkServiceIdsClient object.

getSnapshots

public abstract SnapshotsClient getSnapshots()

Gets the SnapshotsClient object to access its operations.

Returns:

the SnapshotsClient object.

getSubscriptionId

public abstract 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.

getTrustedAccessRoleBindings

public abstract TrustedAccessRoleBindingsClient getTrustedAccessRoleBindings()

Gets the TrustedAccessRoleBindingsClient object to access its operations.

Returns:

the TrustedAccessRoleBindingsClient object.

getTrustedAccessRoles

public abstract TrustedAccessRolesClient getTrustedAccessRoles()

Gets the TrustedAccessRolesClient object to access its operations.

Returns:

the TrustedAccessRolesClient object.

Applies to