Struct graph_rs_sdk::domains::DomainsIdApiClient
source · 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