public sealed class CreateOfflineProfileRequest : IMessage<CreateOfflineProfileRequest>, IEquatable<CreateOfflineProfileRequest>, IDeepCloneable<CreateOfflineProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Profiler v2 API class CreateOfflineProfileRequest.
CreateOfflineProfileRequest describes a profile resource offline creation
request.
[[["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-06-12 UTC."],[[["The latest version available for the `CreateOfflineProfileRequest` is 2.6.0, as seen in the provided list of available versions."],["`CreateOfflineProfileRequest` is a class in the Cloud Profiler v2 API, used for creating profile resources offline, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors to initialize a new `CreateOfflineProfileRequest` object, either empty or by copying an existing `CreateOfflineProfileRequest` object."],["The `CreateOfflineProfileRequest` class has properties such as `Parent` (a string representing the parent project), `ParentAsProjectName` (a `ProjectName`-typed view of `Parent`), and `Profile` (the contents of the profile to be created)."],["The documentation provides links to external references such as learn.microsoft.com and github.com, to allow users to further investigate classes and methods mentioned within the documentation."]]],[]]