get Medtech Service
Use this data source to access information about an existing Healthcare Med Tech Service
Example Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.healthcare.HealthcareFunctions;
import com.pulumi.azure.healthcare.inputs.GetMedtechServiceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = HealthcareFunctions.getMedtechService(GetMedtechServiceArgs.builder()
.name("tfexmedtech")
.workspaceId("tfexwks")
.build());
ctx.export("azurermHealthcareMedtechServiceId", example.applyValue(getMedtechServiceResult -> getMedtechServiceResult.id()));
}
}
Content copied to clipboard
Return
A collection of values returned by getMedtechService.
Parameters
argument
A collection of arguments for invoking getMedtechService.
Return
A collection of values returned by getMedtechService.
See also
Parameters
name
The name of the Healthcare Med Tech Service.
workspace Id
The id of the Healthcare Workspace in which the Healthcare Med Tech Service exists.
suspend fun getMedtechService(argument: suspend GetMedtechServicePlainArgsBuilder.() -> Unit): GetMedtechServiceResult
Return
A collection of values returned by getMedtechService.
See also
Parameters
argument
Builder for com.pulumi.azure.healthcare.kotlin.inputs.GetMedtechServicePlainArgs.