Class HybridContainerServiceManager
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.HybridContainerServiceManager
Entry point to HybridContainerServiceManager. The Microsoft.HybridContainerService Rest API spec.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
The Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionGets the resource collection API of AgentPools.authenticate
(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of HybridContainerService service API entry point.authenticate
(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of HybridContainerService service API entry point.Gets a Configurable instance that can be used to create HybridContainerServiceManager with optional configuration.Gets the resource collection API of HybridContainerServices.Gets the resource collection API of HybridIdentityMetadatas.Gets the resource collection API of Operations.Gets the resource collection API of ProvisionedClustersOperations.Gets the resource collection API of StorageSpacesOperations.Gets the resource collection API of VirtualNetworksOperations.
-
Method Details
-
authenticate
public static HybridContainerServiceManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of HybridContainerService service API entry point.- Parameters:
credential
- the credential to use.profile
- the Azure profile for client.- Returns:
- the HybridContainerService service API instance.
-
authenticate
public static HybridContainerServiceManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of HybridContainerService service API entry point.- Parameters:
httpPipeline
- theHttpPipeline
configured with Azure authentication credential.profile
- the Azure profile for client.- Returns:
- the HybridContainerService service API instance.
-
configure
Gets a Configurable instance that can be used to create HybridContainerServiceManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
provisionedClustersOperations
Gets the resource collection API of ProvisionedClustersOperations. It manages ProvisionedClustersResponse.- Returns:
- Resource collection API of ProvisionedClustersOperations.
-
hybridIdentityMetadatas
Gets the resource collection API of HybridIdentityMetadatas. It manages HybridIdentityMetadata.- Returns:
- Resource collection API of HybridIdentityMetadatas.
-
agentPools
Gets the resource collection API of AgentPools. It manages AgentPool.- Returns:
- Resource collection API of AgentPools.
-
hybridContainerServices
Gets the resource collection API of HybridContainerServices.- Returns:
- Resource collection API of HybridContainerServices.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
virtualNetworksOperations
Gets the resource collection API of VirtualNetworksOperations. It manages VirtualNetworks.- Returns:
- Resource collection API of VirtualNetworksOperations.
-
storageSpacesOperations
Gets the resource collection API of StorageSpacesOperations. It manages StorageSpaces.- Returns:
- Resource collection API of StorageSpacesOperations.
-
serviceClient
- Returns:
- Wrapped service client HybridContainerService providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
-