ContainerServiceManagementClient Interface
public interface ContainerServiceManagementClient
The interface for ContainerServiceManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Agent |
getAgentPools()
Gets the Agent |
abstract
Container |
getContainerServices()
Gets the Container |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Machines |
getMachines()
Gets the Machines |
abstract
Maintenance |
getMaintenanceConfigurations()
Gets the Maintenance |
abstract
Managed |
getManagedClusters()
Gets the Managed |
abstract
Open |
getOpenShiftManagedClusters()
Gets the Open |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
abstract
Private |
getPrivateLinkResources()
Gets the Private |
abstract
Resolve |
getResolvePrivateLinkServiceIds()
Gets the Resolve |
abstract
Snapshots |
getSnapshots()
Gets the Snapshots |
abstract String |
getSubscriptionId()
Gets Subscription credentials which uniquely identify Microsoft Azure subscription. |
abstract
Trusted |
getTrustedAccessRoleBindings()
Gets the Trusted |
abstract
Trusted |
getTrustedAccessRoles()
Gets the Trusted |
Method Details
getAgentPools
public abstract AgentPoolsClient getAgentPools()
Gets the AgentPoolsClient object to access its operations.
Returns:
getContainerServices
public abstract ContainerServicesClient getContainerServices()
Gets the ContainerServicesClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getMachines
public abstract MachinesClient getMachines()
Gets the MachinesClient object to access its operations.
Returns:
getMaintenanceConfigurations
public abstract MaintenanceConfigurationsClient getMaintenanceConfigurations()
Gets the MaintenanceConfigurationsClient object to access its operations.
Returns:
getManagedClusters
public abstract ManagedClustersClient getManagedClusters()
Gets the ManagedClustersClient object to access its operations.
Returns:
getOpenShiftManagedClusters
public abstract OpenShiftManagedClustersClient getOpenShiftManagedClusters()
Gets the OpenShiftManagedClustersClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getResolvePrivateLinkServiceIds
public abstract ResolvePrivateLinkServiceIdsClient getResolvePrivateLinkServiceIds()
Gets the ResolvePrivateLinkServiceIdsClient object to access its operations.
Returns:
getSnapshots
public abstract SnapshotsClient getSnapshots()
Gets the SnapshotsClient object to access its operations.
Returns:
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:
getTrustedAccessRoleBindings
public abstract TrustedAccessRoleBindingsClient getTrustedAccessRoleBindings()
Gets the TrustedAccessRoleBindingsClient object to access its operations.
Returns:
getTrustedAccessRoles
public abstract TrustedAccessRolesClient getTrustedAccessRoles()
Gets the TrustedAccessRolesClient object to access its operations.
Returns:
Applies to
Azure SDK for Java