Class HybridComputeManager

java.lang.Object
com.azure.resourcemanager.hybridcompute.HybridComputeManager

public final class HybridComputeManager extends Object
Entry point to HybridComputeManager. The Hybrid Compute Management Client.
  • Method Details

    • authenticate

      public static HybridComputeManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of HybridCompute service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the HybridCompute service API instance.
    • authenticate

      public static HybridComputeManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of HybridCompute service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the HybridCompute service API instance.
    • configure

      public static HybridComputeManager.Configurable configure()
      Gets a Configurable instance that can be used to create HybridComputeManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • machines

      public Machines machines()
      Gets the resource collection API of Machines.
      Returns:
      Resource collection API of Machines.
    • machineExtensions

      public MachineExtensions machineExtensions()
      Gets the resource collection API of MachineExtensions. It manages MachineExtension.
      Returns:
      Resource collection API of MachineExtensions.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • privateLinkScopes

      public PrivateLinkScopes privateLinkScopes()
      Gets the resource collection API of PrivateLinkScopes. It manages HybridComputePrivateLinkScope.
      Returns:
      Resource collection API of PrivateLinkScopes.
    • privateLinkResources

      public PrivateLinkResources privateLinkResources()
      Gets the resource collection API of PrivateLinkResources.
      Returns:
      Resource collection API of PrivateLinkResources.
    • privateEndpointConnections

      public PrivateEndpointConnections privateEndpointConnections()
      Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.
      Returns:
      Resource collection API of PrivateEndpointConnections.
    • serviceClient

      public HybridComputeManagementClient serviceClient()
      Returns:
      Wrapped service client HybridComputeManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.