Struct azure_devops_rust_api::distributed_task::Client
source · pub struct Client { /* private fields */ }
Implementations§
source§impl Client
impl Client
sourcepub fn builder(credential: Credential) -> ClientBuilder
pub fn builder(credential: Credential) -> ClientBuilder
Create a new ClientBuilder
.
sourcepub fn new(
endpoint: impl Into<String>,
credential: Credential,
scopes: Vec<String>,
options: ClientOptions
) -> Self
pub fn new( endpoint: impl Into<String>, credential: Credential, scopes: Vec<String>, options: ClientOptions ) -> Self
Create a new Client
.
pub fn agentclouds_client(&self) -> Client
pub fn agentcloudtypes_client(&self) -> Client
pub fn agents_client(&self) -> Client
pub fn deploymentgroups_client(&self) -> Client
pub fn elasticpoollogs_client(&self) -> Client
pub fn elasticpools_client(&self) -> Client
pub fn environmentdeployment_records_client(&self) -> Client
pub fn environments_client(&self) -> Client
pub fn kubernetes_client(&self) -> Client
pub fn nodes_client(&self) -> Client
pub fn pools_client(&self) -> Client
pub fn queues_client(&self) -> Client
pub fn requests_client(&self) -> Client
pub fn targets_client(&self) -> Client
pub fn taskgroups_client(&self) -> Client
pub fn variablegroups_client(&self) -> Client
pub fn yamlschema_client(&self) -> Client
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Client
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more