Show / Hide Table of Contents

Class AppParams

AppParams contains the parameters for creating an AppHub Application.

Inheritance
object
AppParams
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.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class AppParams : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Group

Grouping used to construct the name of the AppHub Application. Multiple UnitKinds can specify the same group to use the same Application across their respective units. Corresponds to the app_boundary_id in the ADC composite ApplicationTemplate. Defaults to UnitKind.name

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

Scope

Corresponds to the scope in the ADC composite ApplicationTemplate. Defaults to REGIONAL.

Declaration
[JsonProperty("scope")]
public virtual Scope Scope { get; set; }
Property Value
Type Description
Scope

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX