public sealed class GetViolationRequest : IMessage<GetViolationRequest>, IEquatable<GetViolationRequest>, IDeepCloneable<GetViolationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class GetViolationRequest.
[[["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 document provides reference information for the `GetViolationRequest` class within the Cloud Controls Partner v1beta API, specifically for the .NET environment."],["`GetViolationRequest` is a message type used to retrieve information about a Violation and it inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor `GetViolationRequest()` and one that takes another `GetViolationRequest` as a parameter, as well as two properties: `Name` (a string) and `ViolationName`."],["The `Name` property represents the resource name of a violation with the format `organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/violations/{violation}`."],["The most recent version of this API is 1.0.0-beta04."]]],[]]