pub struct DomainsIdApiClient { /* private fields */ }
Implementations§
Source§impl DomainsIdApiClient
impl DomainsIdApiClient
Sourcepub fn delete_domain(&self) -> RequestHandler
pub fn delete_domain(&self) -> RequestHandler
Delete domain
Sourcepub fn get_domain(&self) -> RequestHandler
pub fn get_domain(&self) -> RequestHandler
Get domain
Sourcepub fn update_domain<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_domain<B: BodyExt>(&self, body: B) -> RequestHandler
Update domain
Sourcepub fn list_domain_name_references(&self) -> RequestHandler
pub fn list_domain_name_references(&self) -> RequestHandler
List domainNameReferences
Sourcepub fn get_domain_name_references_count(&self) -> RequestHandler
pub fn get_domain_name_references_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_domain_name_references(
&self,
directory_object_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_domain_name_references( &self, directory_object_id: impl AsRef<str>, ) -> RequestHandler
Get domainNameReferences from domains
Sourcepub fn create_federation_configuration<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_federation_configuration<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create federationConfiguration
Sourcepub fn list_federation_configuration(&self) -> RequestHandler
pub fn list_federation_configuration(&self) -> RequestHandler
Get federationConfiguration from domains
Sourcepub fn get_federation_configuration_count(&self) -> RequestHandler
pub fn get_federation_configuration_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_federation_configuration(
&self,
internal_domain_federation_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_federation_configuration( &self, internal_domain_federation_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property federationConfiguration for domains
Sourcepub fn get_federation_configuration(
&self,
internal_domain_federation_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_federation_configuration( &self, internal_domain_federation_id: impl AsRef<str>, ) -> RequestHandler
Get federationConfiguration from domains
Sourcepub fn update_federation_configuration<B: BodyExt>(
&self,
internal_domain_federation_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_federation_configuration<B: BodyExt>( &self, internal_domain_federation_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property federationConfiguration in domains
Sourcepub fn force_delete<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn force_delete<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action forceDelete
Sourcepub fn promote(&self) -> RequestHandler
pub fn promote(&self) -> RequestHandler
Invoke action promote
Sourcepub fn create_service_configuration_records<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_service_configuration_records<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to serviceConfigurationRecords for domains
Sourcepub fn list_service_configuration_records(&self) -> RequestHandler
pub fn list_service_configuration_records(&self) -> RequestHandler
List serviceConfigurationRecords
Sourcepub fn get_service_configuration_records_count(&self) -> RequestHandler
pub fn get_service_configuration_records_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_service_configuration_records(
&self,
domain_dns_record_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_service_configuration_records( &self, domain_dns_record_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property serviceConfigurationRecords for domains
Sourcepub fn get_service_configuration_records(
&self,
domain_dns_record_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_service_configuration_records( &self, domain_dns_record_id: impl AsRef<str>, ) -> RequestHandler
Get serviceConfigurationRecords from domains
Sourcepub fn update_service_configuration_records<B: BodyExt>(
&self,
domain_dns_record_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_service_configuration_records<B: BodyExt>( &self, domain_dns_record_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property serviceConfigurationRecords in domains
Sourcepub fn create_verification_dns_records<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn create_verification_dns_records<B: BodyExt>( &self, body: B, ) -> RequestHandler
Create new navigation property to verificationDnsRecords for domains
Sourcepub fn list_verification_dns_records(&self) -> RequestHandler
pub fn list_verification_dns_records(&self) -> RequestHandler
List verificationDnsRecords
Sourcepub fn get_verification_dns_records_count(&self) -> RequestHandler
pub fn get_verification_dns_records_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_verification_dns_records(
&self,
domain_dns_record_id: impl AsRef<str>,
) -> RequestHandler
pub fn delete_verification_dns_records( &self, domain_dns_record_id: impl AsRef<str>, ) -> RequestHandler
Delete navigation property verificationDnsRecords for domains
Sourcepub fn get_verification_dns_records(
&self,
domain_dns_record_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_verification_dns_records( &self, domain_dns_record_id: impl AsRef<str>, ) -> RequestHandler
Get verificationDnsRecords from domains
Sourcepub fn update_verification_dns_records<B: BodyExt>(
&self,
domain_dns_record_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_verification_dns_records<B: BodyExt>( &self, domain_dns_record_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property verificationDnsRecords in domains
Sourcepub fn verify(&self) -> RequestHandler
pub fn verify(&self) -> RequestHandler
Invoke action verify