GetCredentialPlainArgs

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

Constructors

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

Functions

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

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.