get Property
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
prop Id
Identifier of the property.
resource Group Name
The name of the resource group.
service Name
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.