public sealed class DisableServiceRequest : IMessage<DisableServiceRequest>, IEquatable<DisableServiceRequest>, IDeepCloneable<DisableServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Usage v1 API class DisableServiceRequest.
public bool DisableDependentServices { get; set; }
Indicates if services that are enabled and which depend on this service
should also be disabled. If not set, an error will be generated if any
enabled services depend on the service to be disabled. When set, the
service, and any enabled services that depend on it, will be disabled
together.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eDisableServiceRequest\u003c/code\u003e class within the Service Usage v1 API, detailing its structure and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDisableServiceRequest\u003c/code\u003e class is used to construct request messages for the \u003ccode\u003eDisableService\u003c/code\u003e method, allowing for the disabling of services within a project.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eDisableServiceRequest\u003c/code\u003e include \u003ccode\u003eCheckIfServiceHasUsage\u003c/code\u003e, \u003ccode\u003eDisableDependentServices\u003c/code\u003e, and \u003ccode\u003eName\u003c/code\u003e, which manage service usage checks, dependency disabling, and the target service, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe document also shows that the latest version of this API is 2.5.0, and that this document is currently reflecting version 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from base objects like \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e and \u003ccode\u003eIDeepCloneable\u003c/code\u003e, providing a robust structure for managing service disabling operations.\u003c/p\u003e\n"]]],[],null,[]]