Show / Hide Table of Contents

Class AppHubWorkload

Metadata associated with an App Hub workload.

Inheritance
object
AppHubWorkload
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX