public sealed class DeleteAutoscalingPolicyRequest : IMessage<DeleteAutoscalingPolicyRequest>, IEquatable<DeleteAutoscalingPolicyRequest>, IDeepCloneable<DeleteAutoscalingPolicyRequest>, IBufferMessage, IMessage
A request to delete an autoscaling policy.
Autoscaling policies in use by one or more clusters will not be deleted.
For projects.regions.autoscalingPolicies.delete, the resource name
of the policy has the following format:
projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id}
For projects.locations.autoscalingPolicies.delete, the resource name
of the policy has the following format:
projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `DeleteAutoscalingPolicyRequest` class within the Google Cloud Dataproc V1 API, specifically for version 3.2.0 and upwards, used for requesting the deletion of an autoscaling policy."],["The `DeleteAutoscalingPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The webpage lists various versions of the API, from 5.17.0 (latest) down to 3.1.0, each linking to documentation for the `DeleteAutoscalingPolicyRequest` in that specific version."],["The `DeleteAutoscalingPolicyRequest` class has two constructors, a default one, and one that takes another `DeleteAutoscalingPolicyRequest` object, as well as two properties: `AutoscalingPolicyName`, of type `AutoscalingPolicyName` and `Name` of type string, which is the policy's resource name."],["Autoscaling policies that are currently in use by one or more clusters cannot be deleted, and trying to do so will be unsuccessful."]]],[]]