public sealed class ServiceProperties : IMessage<ServiceProperties>, IEquatable<ServiceProperties>, IDeepCloneable<ServiceProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class ServiceProperties.
Properties of an underlying cloud resource that can comprise a Service.
[[["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."],[[["The `ServiceProperties` class in the App Hub v1 API represents the properties of an underlying cloud resource that can be part of a service."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides constructors for creating instances of `ServiceProperties`, either empty or by copying from an existing instance."],["The class includes properties such as `GcpProject`, `Location`, and `Zone`, which are output-only and provide details about the cloud resource's location and project."],["Two versions of the documentation are available: the latest 1.0.0 version and the beta 1.0.0-beta03 version."]]],[]]