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.
    • licenses

      public Licenses licenses()
      Gets the resource collection API of Licenses. It manages License.
      Returns:
      Resource collection API of Licenses.
    • machines

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

      public LicenseProfiles licenseProfiles()
      Gets the resource collection API of LicenseProfiles. It manages LicenseProfile.
      Returns:
      Resource collection API of LicenseProfiles.
    • machineExtensions

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

      public ResourceProviders resourceProviders()
      Gets the resource collection API of ResourceProviders.
      Returns:
      Resource collection API of ResourceProviders.
    • extensionMetadatas

      public ExtensionMetadatas extensionMetadatas()
      Gets the resource collection API of ExtensionMetadatas.
      Returns:
      Resource collection API of ExtensionMetadatas.
    • operations

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

      public NetworkProfiles networkProfiles()
      Gets the resource collection API of NetworkProfiles.
      Returns:
      Resource collection API of NetworkProfiles.
    • machineRunCommands

      public MachineRunCommands machineRunCommands()
      Gets the resource collection API of MachineRunCommands. It manages MachineRunCommand.
      Returns:
      Resource collection API of MachineRunCommands.
    • gateways

      public Gateways gateways()
      Gets the resource collection API of Gateways. It manages Gateway.
      Returns:
      Resource collection API of Gateways.
    • settingsOperations

      public SettingsOperations settingsOperations()
      Gets the resource collection API of SettingsOperations.
      Returns:
      Resource collection API of SettingsOperations.
    • 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.
    • networkSecurityPerimeterConfigurations

      public NetworkSecurityPerimeterConfigurations networkSecurityPerimeterConfigurations()
      Gets the resource collection API of NetworkSecurityPerimeterConfigurations.
      Returns:
      Resource collection API of NetworkSecurityPerimeterConfigurations.
    • serviceClient

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