Function fastly_api::apis::director_backend_api::create_director_backend
source · pub async fn create_director_backend(
configuration: &mut Configuration,
params: CreateDirectorBackendParams
) -> Result<DirectorBackend, Error<CreateDirectorBackendError>>
Expand description
Establishes a relationship between a Backend and a Director. The Backend is then considered a member of the Director and can be used to balance traffic onto.