public sealed class ServiceProperties : IMessage<ServiceProperties>, IEquatable<ServiceProperties>, IDeepCloneable<ServiceProperties>, IBufferMessage, IMessageReference documentation and code samples for the App Hub v1 API class ServiceProperties.
Properties of an underlying cloud resource that can comprise a Service.
Implements
IMessageServiceProperties, IEquatableServiceProperties, IDeepCloneableServiceProperties, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
ServiceProperties()
public ServiceProperties()ServiceProperties(ServiceProperties)
public ServiceProperties(ServiceProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
ServiceProperties |
Properties
GcpProject
public string GcpProject { get; set; }Output only. The service project identifier that the underlying cloud resource resides in.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Location
public string Location { get; set; }Output only. The location that the underlying resource resides in, for example, us-west1.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Zone
public string Zone { get; set; }Output only. The location that the underlying resource resides in if it is zonal, for example, us-west1-a).
| Property Value | |
|---|---|
| Type | Description |
string |
|