getWorkloadNetworkVMGroup

Get a WorkloadNetworkVMGroup Uses Azure REST API version 2023-09-01. Other available API versions: 2022-05-01, 2023-03-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native avs [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

NSX VM Group

Parameters

argument

null


suspend fun getWorkloadNetworkVMGroup(privateCloudName: String, resourceGroupName: String, vmGroupId: String): GetWorkloadNetworkVMGroupResult

Return

NSX VM Group

Parameters

privateCloudName

Name of the private cloud

resourceGroupName

The name of the resource group. The name is case insensitive.

vmGroupId

ID of the VM group.

See also


Return

NSX VM Group

Parameters

argument

Builder for com.pulumi.azurenative.avs.kotlin.inputs.GetWorkloadNetworkVMGroupPlainArgs.

See also