Package version:

A2A provider specific settings.

interface A2AProtectionContainerMappingDetails {
    agentAutoUpdateStatus?: string;
    automationAccountArmId?: string;
    automationAccountAuthenticationType?: string;
    instanceType: "A2A";
    jobScheduleName?: string;
    scheduleName?: string;
}

Hierarchy (view full)

Properties

agentAutoUpdateStatus?: string

A value indicating whether the auto update is enabled.

automationAccountArmId?: string

The automation account arm id.

automationAccountAuthenticationType?: string

A value indicating the type authentication to use for automation Account.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

jobScheduleName?: string

The job schedule arm name.

scheduleName?: string

The schedule arm name.