[[["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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eWorkloadProperties\u003c/code\u003e class in the App Hub v1 API represents the properties of an underlying compute resource.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality checks, deep cloning, and buffer message handling.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eWorkloadProperties\u003c/code\u003e objects can be created using a default constructor or by copying an existing \u003ccode\u003eWorkloadProperties\u003c/code\u003e instance, and it's properties include \u003ccode\u003eGcpProject\u003c/code\u003e, \u003ccode\u003eLocation\u003c/code\u003e, and \u003ccode\u003eZone\u003c/code\u003e to identify the cloud resource's location.\u003c/p\u003e\n"],["\u003cp\u003eThe class is found within the \u003ccode\u003eGoogle.Cloud.AppHub.V1\u003c/code\u003e namespace and is contained within the \u003ccode\u003eGoogle.Cloud.AppHub.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThere are 2 versions of the class available: a latest version and a beta version.\u003c/p\u003e\n"]]],[],null,["# App Hub v1 API - Class WorkloadProperties (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.WorkloadProperties)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.AppHub.V1/1.0.0/Google.Cloud.AppHub.V1.WorkloadProperties) \n\n public sealed class WorkloadProperties : IMessage\u003cWorkloadProperties\u003e, IEquatable\u003cWorkloadProperties\u003e, IDeepCloneable\u003cWorkloadProperties\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the App Hub v1 API class WorkloadProperties.\n\nProperties of an underlying compute resource represented by the Workload. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WorkloadProperties \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[WorkloadProperties](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.WorkloadProperties), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[WorkloadProperties](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.WorkloadProperties), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[WorkloadProperties](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1.WorkloadProperties), [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.AppHub.V1](/dotnet/docs/reference/Google.Cloud.AppHub.V1/latest/Google.Cloud.AppHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.AppHub.V1.dll\n\nConstructors\n------------\n\n### WorkloadProperties()\n\n public WorkloadProperties()\n\n### WorkloadProperties(WorkloadProperties)\n\n public WorkloadProperties(WorkloadProperties other)\n\nProperties\n----------\n\n### GcpProject\n\n public string GcpProject { get; set; }\n\nOutput only. The service project identifier that the underlying cloud\nresource resides in. Empty for non-cloud resources.\n\n### Location\n\n public string Location { get; set; }\n\nOutput only. The location that the underlying compute resource resides in\n(for example, us-west1).\n\n### Zone\n\n public string Zone { get; set; }\n\nOutput only. The location that the underlying compute resource resides in\nif it is zonal (for example, us-west1-a)."]]