DeviceupdateFunctions

Functions

Link copied to clipboard

Returns account details for the given account name. Uses Azure REST API version 2023-07-01.

suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult
suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult
Link copied to clipboard

Returns instance details for the given instance and account name. Uses Azure REST API version 2023-07-01.

suspend fun getInstance(argument: suspend GetInstancePlainArgsBuilder.() -> Unit): GetInstanceResult
suspend fun getInstance(accountName: String, instanceName: String, resourceGroupName: String): GetInstanceResult
Link copied to clipboard

Get the specified private endpoint connection associated with the device update account. Uses Azure REST API version 2023-07-01.

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

(INTERNAL - DO NOT USE) Get the specified private endpoint connection proxy associated with the device update account. Uses Azure REST API version 2023-07-01.

suspend fun getPrivateEndpointConnectionProxy(accountName: String, privateEndpointConnectionProxyId: String, resourceGroupName: String): GetPrivateEndpointConnectionProxyResult