getAvailabilitySet

Implements AvailabilitySet GET method. Uses Azure REST API version 2023-04-01-preview. Other available API versions: 2022-05-21-preview, 2023-10-07, 2024-06-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native scvmm [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The AvailabilitySets resource definition.

Parameters

argument

null


suspend fun getAvailabilitySet(availabilitySetName: String, resourceGroupName: String): GetAvailabilitySetResult

Return

The AvailabilitySets resource definition.

Parameters

availabilitySetName

Name of the AvailabilitySet.

resourceGroupName

The name of the resource group.

See also


Return

The AvailabilitySets resource definition.

Parameters

argument

Builder for com.pulumi.azurenative.scvmm.kotlin.inputs.GetAvailabilitySetPlainArgs.

See also