GetSourceControlPlainArgs

data class GetSourceControlPlainArgs(val automationAccountName: String, val resourceGroupName: String, val sourceControlName: String) : ConvertibleToJava<GetSourceControlPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the automation account.

Link copied to clipboard

Name of an Azure Resource group.

Link copied to clipboard

The name of source control.

Functions

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