GetInstanceDetailsPlainArgs

data class GetInstanceDetailsPlainArgs(val instanceName: String, val resourceGroupName: String) : ConvertibleToJava<GetInstanceDetailsPlainArgs>

Constructors

Link copied to clipboard
constructor(instanceName: String, resourceGroupName: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): GetInstanceDetailsPlainArgs