Class HybridComputeManager
java.lang.Object
com.azure.resourcemanager.hybridcompute.HybridComputeManager
Entry point to HybridComputeManager.
The Hybrid Compute Management Client.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe Configurable allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic HybridComputeManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of HybridCompute service API entry point.static HybridComputeManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of HybridCompute service API entry point.Gets a Configurable instance that can be used to create HybridComputeManager with optional configuration.Gets the resource collection API of ExtensionMetadatas.gateways()Gets the resource collection API of Gateways.Gets the resource collection API of LicenseProfiles.licenses()Gets the resource collection API of Licenses.Gets the resource collection API of MachineExtensions.Gets the resource collection API of MachineRunCommands.machines()Gets the resource collection API of Machines.Gets the resource collection API of NetworkProfiles.Gets the resource collection API of NetworkSecurityPerimeterConfigurations.Gets the resource collection API of Operations.Gets the resource collection API of PrivateEndpointConnections.Gets the resource collection API of PrivateLinkResources.Gets the resource collection API of PrivateLinkScopes.Gets the resource collection API of ResourceProviders.Gets wrapped service client HybridComputeManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.Gets the resource collection API of SettingsOperations.
-
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- theHttpPipelineconfigured with Azure authentication credential.profile- the Azure profile for client.- Returns:
- the HybridCompute service API instance.
-
configure
Gets a Configurable instance that can be used to create HybridComputeManager with optional configuration.- Returns:
- the Configurable instance allowing configurations.
-
licenses
Gets the resource collection API of Licenses. It manages License.- Returns:
- Resource collection API of Licenses.
-
machines
Gets the resource collection API of Machines.- Returns:
- Resource collection API of Machines.
-
licenseProfiles
Gets the resource collection API of LicenseProfiles. It manages LicenseProfile.- Returns:
- Resource collection API of LicenseProfiles.
-
machineExtensions
Gets the resource collection API of MachineExtensions. It manages MachineExtension.- Returns:
- Resource collection API of MachineExtensions.
-
resourceProviders
Gets the resource collection API of ResourceProviders.- Returns:
- Resource collection API of ResourceProviders.
-
extensionMetadatas
Gets the resource collection API of ExtensionMetadatas.- Returns:
- Resource collection API of ExtensionMetadatas.
-
operations
Gets the resource collection API of Operations.- Returns:
- Resource collection API of Operations.
-
networkProfiles
Gets the resource collection API of NetworkProfiles.- Returns:
- Resource collection API of NetworkProfiles.
-
machineRunCommands
Gets the resource collection API of MachineRunCommands. It manages MachineRunCommand.- Returns:
- Resource collection API of MachineRunCommands.
-
gateways
Gets the resource collection API of Gateways. It manages Gateway.- Returns:
- Resource collection API of Gateways.
-
settingsOperations
Gets the resource collection API of SettingsOperations.- Returns:
- Resource collection API of SettingsOperations.
-
privateLinkScopes
Gets the resource collection API of PrivateLinkScopes. It manages HybridComputePrivateLinkScope.- Returns:
- Resource collection API of PrivateLinkScopes.
-
privateLinkResources
Gets the resource collection API of PrivateLinkResources.- Returns:
- Resource collection API of PrivateLinkResources.
-
privateEndpointConnections
Gets the resource collection API of PrivateEndpointConnections. It manages PrivateEndpointConnection.- Returns:
- Resource collection API of PrivateEndpointConnections.
-
networkSecurityPerimeterConfigurations
Gets the resource collection API of NetworkSecurityPerimeterConfigurations.- Returns:
- Resource collection API of NetworkSecurityPerimeterConfigurations.
-
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.
-