Show / Hide Table of Contents

Class AppHubWorkload

AppHubWorkload represents the 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.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class AppHubWorkload : IDirectResponseSchema

Properties

Criticality

Output only. The criticality of the App Hub Workload.

Declaration
[JsonProperty("criticality")]
public virtual string Criticality { 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

Environment

Output only. The environment of the App Hub Workload.

Declaration
[JsonProperty("environment")]
public virtual string Environment { get; set; }
Property Value
Type Description
string

Workload

Required. Output only. Immutable. The name of the App Hub Workload. Format: projects/{project}/locations/{location}/applications/{application}/workloads/{workload}.

Declaration
[JsonProperty("workload")]
public virtual string Workload { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX