HybridcomputeFunctions

Functions

Link copied to clipboard

Retrieves information about the view of a license. Azure REST API version: 2023-06-20-preview.

suspend fun getLicense(argument: suspend GetLicensePlainArgsBuilder.() -> Unit): GetLicenseResult
suspend fun getLicense(licenseName: String, resourceGroupName: String): GetLicenseResult
Link copied to clipboard

Retrieves information about the view of a license profile. Azure REST API version: 2023-06-20-preview.

suspend fun getLicenseProfile(licenseProfileName: String, machineName: String, resourceGroupName: String): GetLicenseProfileResult
Link copied to clipboard

Retrieves information about the model view or the instance view of a hybrid machine. Azure REST API version: 2022-12-27. Other available API versions: 2019-03-18-preview, 2019-08-02-preview, 2020-08-02, 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview.

suspend fun getMachine(argument: suspend GetMachinePlainArgsBuilder.() -> Unit): GetMachineResult
suspend fun getMachine(expand: String? = null, machineName: String, resourceGroupName: String): GetMachineResult
Link copied to clipboard

The operation to get the extension. Azure REST API version: 2022-12-27. Other available API versions: 2019-08-02-preview, 2020-08-15-preview, 2022-05-10-preview, 2023-06-20-preview.

suspend fun getMachineExtension(extensionName: String, machineName: String, resourceGroupName: String): GetMachineExtensionResult
Link copied to clipboard

Gets a private endpoint connection. Azure REST API version: 2022-12-27. Other available API versions: 2020-08-15-preview, 2023-06-20-preview.

suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, scopeName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Returns a Azure Arc PrivateLinkScope. Azure REST API version: 2022-12-27. Other available API versions: 2020-08-15-preview, 2023-06-20-preview.

suspend fun getPrivateLinkScope(resourceGroupName: String, scopeName: String): GetPrivateLinkScopeResult
Link copied to clipboard

Gets a scoped resource in a private link scope. Azure REST API version: 2020-08-15-preview.

suspend fun getPrivateLinkScopedResource(name: String, resourceGroupName: String, scopeName: String): GetPrivateLinkScopedResourceResult