get Api Version Set
Gets the details of the Api Version Set specified by its identifier. API Version: 2020-12-01.
Return
Api Version Set Contract details.
Parameters
argument
null
suspend fun getApiVersionSet(resourceGroupName: String, serviceName: String, versionSetId: String): GetApiVersionSetResult
Return
Api Version Set Contract details.
Parameters
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
version Set Id
Api Version Set identifier. Must be unique in the current API Management service instance.
See also
suspend fun getApiVersionSet(argument: suspend GetApiVersionSetPlainArgsBuilder.() -> Unit): GetApiVersionSetResult
Return
Api Version Set Contract details.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetApiVersionSetPlainArgs.