public sealed class RestrictAllowedResourcesRequest : IMessage<RestrictAllowedResourcesRequest>, IEquatable<RestrictAllowedResourcesRequest>, IDeepCloneable<RestrictAllowedResourcesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Assured Workloads v1beta1 API class RestrictAllowedResourcesRequest.
Request for restricting list of available resources in Workload environment.
Required. The resource name of the Workload. This is the workloads's
relative path in the API, formatted as
"organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}".
For example,
"organizations/123/locations/us-east1/workloads/assured-workload-1".
[[["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."],[[["This documentation is for the `RestrictAllowedResourcesRequest` class within the Assured Workloads v1beta1 API, detailing its purpose and usage."],["The `RestrictAllowedResourcesRequest` class is used to specify the request for limiting the available resources within a Workload environment, with a variety of properties and associated types available for configuration."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality within the .NET ecosystem."],["The latest version is 2.0.0-beta08, with previous beta versions also available, such as 2.0.0-beta07 and 1.0.0-beta08."],["The class includes properties like `Name` which specifies the workload's resource name, and `RestrictionType` which determines the type of restriction applied to GCP product usage within the Workload environment."]]],[]]