getInstanceDetails

Gets details about the specified instances. Uses Azure REST API version 2021-02-01-preview.

Return

Represents an instance of a DFP instance resource.

Parameters

argument

null


suspend fun getInstanceDetails(instanceName: String, resourceGroupName: String): GetInstanceDetailsResult

Return

Represents an instance of a DFP instance resource.

Parameters

instanceName

The name of the instance. It must be a minimum of 3 characters, and a maximum of 63.

resourceGroupName

The name of the Azure Resource group of which a given DFP instance is part. This name must be at least 1 character in length, and no more than 90.

See also


Return

Represents an instance of a DFP instance resource.

Parameters

argument

Builder for com.pulumi.azurenative.dynamics365fraudprotection.kotlin.inputs.GetInstanceDetailsPlainArgs.

See also