Show / Hide Table of Contents

Class TargetConfiguration

Inheritance
object
TargetConfiguration
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.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class TargetConfiguration : IDirectResponseSchema

Properties

Config

The configuration to use for this deployment.

Declaration
[JsonProperty("config")]
public virtual ConfigFile Config { get; set; }
Property Value
Type Description
ConfigFile

ETag

The ETag of the item.

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

Imports

Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.

Declaration
[JsonProperty("imports")]
public virtual IList<ImportFile> Imports { get; set; }
Property Value
Type Description
IList<ImportFile>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX