Scom Functions
object ScomFunctions
Functions
Link copied to clipboard
Get SCOM managed instance details Uses Azure REST API version 2023-07-07-preview.
suspend fun getInstance(argument: suspend GetInstancePlainArgsBuilder.() -> Unit): GetInstanceResult
Link copied to clipboard
Retrieve the details of the gateway resource. Uses Azure REST API version 2023-07-07-preview.
suspend fun getManagedGateway(argument: suspend GetManagedGatewayPlainArgsBuilder.() -> Unit): GetManagedGatewayResult
suspend fun getManagedGateway(instanceName: String, managedGatewayName: String, resourceGroupName: String): GetManagedGatewayResult
Link copied to clipboard
suspend fun getMonitoredResource(argument: GetMonitoredResourcePlainArgs): GetMonitoredResourceResult
Retrieve the details of the monitored resource. Uses Azure REST API version 2023-07-07-preview.
suspend fun getMonitoredResource(argument: suspend GetMonitoredResourcePlainArgsBuilder.() -> Unit): GetMonitoredResourceResult
suspend fun getMonitoredResource(instanceName: String, monitoredResourceName: String, resourceGroupName: String): GetMonitoredResourceResult