Class AppHubWorkload
Metadata associated with an App Hub workload.
Implements
Inherited Members
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class AppHubWorkload : IDirectResponseSchema
Properties
CriticalityType
Workload criticality type Example: "CRITICAL"
Declaration
[JsonProperty("criticalityType")]
public virtual string CriticalityType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnvironmentType
Workload environment type Example: "DEV"
Declaration
[JsonProperty("environmentType")]
public virtual string EnvironmentType { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Workload Id. Example: "my-workload"
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |