public sealed class UsageResourceAllowanceStatus : IMessage<UsageResourceAllowanceStatus>, IEquatable<UsageResourceAllowanceStatus>, IDeepCloneable<UsageResourceAllowanceStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1alpha API class UsageResourceAllowanceStatus.
[[["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 documentation is for the \u003ccode\u003eUsageResourceAllowanceStatus\u003c/code\u003e class within the Google Cloud Batch v1alpha API, specifically version 1.0.0-alpha31.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUsageResourceAllowanceStatus\u003c/code\u003e class provides information regarding the status of a usage ResourceAllowance, implementing interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors, one default and one that accepts another \u003ccode\u003eUsageResourceAllowanceStatus\u003c/code\u003e object as a parameter to create a new one.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUsageResourceAllowanceStatus\u003c/code\u003e class includes properties like \u003ccode\u003eLimitStatus\u003c/code\u003e, \u003ccode\u003eReport\u003c/code\u003e, and \u003ccode\u003eState\u003c/code\u003e, which provide details on the resource consumption status, the consumption report, and the resource allowance state, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUsageResourceAllowanceStatus\u003c/code\u003e is a sealed class and inherits from the \u003ccode\u003eobject\u003c/code\u003e class, with methods such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Batch v1alpha API - Class UsageResourceAllowanceStatus (1.0.0-alpha31)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-alpha31 (latest)](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.UsageResourceAllowanceStatus)\n- [1.0.0-alpha30](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/1.0.0-alpha30/Google.Cloud.Batch.V1Alpha.UsageResourceAllowanceStatus) \n\n public sealed class UsageResourceAllowanceStatus : IMessage\u003cUsageResourceAllowanceStatus\u003e, IEquatable\u003cUsageResourceAllowanceStatus\u003e, IDeepCloneable\u003cUsageResourceAllowanceStatus\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Batch v1alpha API class UsageResourceAllowanceStatus.\n\nStatus of a usage ResourceAllowance. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UsageResourceAllowanceStatus \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UsageResourceAllowanceStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.UsageResourceAllowanceStatus), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UsageResourceAllowanceStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.UsageResourceAllowanceStatus), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UsageResourceAllowanceStatus](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha.UsageResourceAllowanceStatus), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Batch.V1Alpha](/dotnet/docs/reference/Google.Cloud.Batch.V1Alpha/latest/Google.Cloud.Batch.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.Batch.V1Alpha.dll\n\nConstructors\n------------\n\n### UsageResourceAllowanceStatus()\n\n public UsageResourceAllowanceStatus()\n\n### UsageResourceAllowanceStatus(UsageResourceAllowanceStatus)\n\n public UsageResourceAllowanceStatus(UsageResourceAllowanceStatus other)\n\nProperties\n----------\n\n### LimitStatus\n\n public UsageResourceAllowanceStatus.Types.LimitStatus LimitStatus { get; set; }\n\nOutput only. ResourceAllowance consumption status for usage resources.\n\n### Report\n\n public UsageResourceAllowanceStatus.Types.ConsumptionReport Report { get; set; }\n\nOutput only. The report of ResourceAllowance consumptions in a time period.\n\n### State\n\n public ResourceAllowanceState State { get; set; }\n\nOutput only. ResourceAllowance state."]]