#[non_exhaustive]pub struct JobWorkerExecutorConfiguration { /* private fields */ }
Expand description
Details about the polling configuration for the JobWorker
action engine, or executor.
Implementations§
source§impl JobWorkerExecutorConfiguration
impl JobWorkerExecutorConfiguration
sourcepub fn polling_accounts(&self) -> Option<&[String]>
pub fn polling_accounts(&self) -> Option<&[String]>
The accounts in which the job worker is configured and might poll for jobs as part of the action execution.
sourcepub fn polling_service_principals(&self) -> Option<&[String]>
pub fn polling_service_principals(&self) -> Option<&[String]>
The service Principals in which the job worker is configured and might poll for jobs as part of the action execution.
source§impl JobWorkerExecutorConfiguration
impl JobWorkerExecutorConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JobWorkerExecutorConfiguration
.
Trait Implementations§
source§impl Clone for JobWorkerExecutorConfiguration
impl Clone for JobWorkerExecutorConfiguration
source§fn clone(&self) -> JobWorkerExecutorConfiguration
fn clone(&self) -> JobWorkerExecutorConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more