getProperty

Gets the details of the property specified by its identifier. API Version: 2019-01-01.

Return

Property details.

Parameters

argument

null


suspend fun getProperty(propId: String, resourceGroupName: String, serviceName: String): GetPropertyResult

Return

Property details.

Parameters

propId

Identifier of the property.

resourceGroupName

The name of the resource group.

serviceName

The name of the API Management service.

See also


suspend fun getProperty(argument: suspend GetPropertyPlainArgsBuilder.() -> Unit): GetPropertyResult

Return

Property details.

Parameters

argument

Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.GetPropertyPlainArgs.

See also