Interface HybridComputeManagementClient
public interface HybridComputeManagementClient
The interface for HybridComputeManagementClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets Api Version.Gets The default poll interval for long-running operation.Gets server parameter.Gets the ExtensionMetadatasClient object to access its operations.Gets the GatewaysClient object to access its operations.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the LicenseProfilesClient object to access its operations.Gets the LicensesClient object to access its operations.Gets the MachineExtensionsClient object to access its operations.Gets the MachineRunCommandsClient object to access its operations.Gets the MachinesClient object to access its operations.Gets the NetworkProfilesClient object to access its operations.Gets the NetworkSecurityPerimeterConfigurationsClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets the PrivateLinkScopesClient object to access its operations.Gets the ResourceProvidersClient object to access its operations.Gets the SettingsOperationsClient object to access its operations.Gets The ID of the target subscription.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getApiVersion
String getApiVersion()Gets Api Version.- Returns:
- the apiVersion value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getLicenses
LicensesClient getLicenses()Gets the LicensesClient object to access its operations.- Returns:
- the LicensesClient object.
-
getMachines
MachinesClient getMachines()Gets the MachinesClient object to access its operations.- Returns:
- the MachinesClient object.
-
getLicenseProfiles
LicenseProfilesClient getLicenseProfiles()Gets the LicenseProfilesClient object to access its operations.- Returns:
- the LicenseProfilesClient object.
-
getMachineExtensions
MachineExtensionsClient getMachineExtensions()Gets the MachineExtensionsClient object to access its operations.- Returns:
- the MachineExtensionsClient object.
-
getResourceProviders
ResourceProvidersClient getResourceProviders()Gets the ResourceProvidersClient object to access its operations.- Returns:
- the ResourceProvidersClient object.
-
getExtensionMetadatas
ExtensionMetadatasClient getExtensionMetadatas()Gets the ExtensionMetadatasClient object to access its operations.- Returns:
- the ExtensionMetadatasClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getNetworkProfiles
NetworkProfilesClient getNetworkProfiles()Gets the NetworkProfilesClient object to access its operations.- Returns:
- the NetworkProfilesClient object.
-
getMachineRunCommands
MachineRunCommandsClient getMachineRunCommands()Gets the MachineRunCommandsClient object to access its operations.- Returns:
- the MachineRunCommandsClient object.
-
getGateways
GatewaysClient getGateways()Gets the GatewaysClient object to access its operations.- Returns:
- the GatewaysClient object.
-
getSettingsOperations
SettingsOperationsClient getSettingsOperations()Gets the SettingsOperationsClient object to access its operations.- Returns:
- the SettingsOperationsClient object.
-
getPrivateLinkScopes
PrivateLinkScopesClient getPrivateLinkScopes()Gets the PrivateLinkScopesClient object to access its operations.- Returns:
- the PrivateLinkScopesClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getNetworkSecurityPerimeterConfigurations
NetworkSecurityPerimeterConfigurationsClient getNetworkSecurityPerimeterConfigurations()Gets the NetworkSecurityPerimeterConfigurationsClient object to access its operations.- Returns:
- the NetworkSecurityPerimeterConfigurationsClient object.
-