Deviceupdate Functions
object DeviceupdateFunctions
Functions
Link copied to clipboard
Returns account details for the given account name. Uses Azure REST API version 2023-07-01.
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
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get the specified private endpoint connection associated with the device update account. Uses Azure REST API version 2023-07-01.
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
suspend fun getPrivateEndpointConnection(accountName: String, privateEndpointConnectionName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard
suspend fun getPrivateEndpointConnectionProxy(argument: GetPrivateEndpointConnectionProxyPlainArgs): GetPrivateEndpointConnectionProxyResult
(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(argument: suspend GetPrivateEndpointConnectionProxyPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionProxyResult
suspend fun getPrivateEndpointConnectionProxy(accountName: String, privateEndpointConnectionProxyId: String, resourceGroupName: String): GetPrivateEndpointConnectionProxyResult