GetCredentialOperationPlainArgs

data class GetCredentialOperationPlainArgs(val credentialName: String, val factoryName: String, val resourceGroupName: String) : ConvertibleToJava<GetCredentialOperationPlainArgs>

Constructors

Link copied to clipboard
constructor(credentialName: String, factoryName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Credential name

Link copied to clipboard

The factory name.

Link copied to clipboard

The resource group name.

Functions

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