GetCredentialPlainArgs

data class GetCredentialPlainArgs(val automationAccountName: String, val credentialName: String, val resourceGroupName: String) : ConvertibleToJava<GetCredentialPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the automation account.

Link copied to clipboard

The name of credential.

Link copied to clipboard

Name of an Azure Resource group.

Functions

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