Show / Hide Table of Contents

Class CustomCanaryDeployment

CustomCanaryDeployment represents the custom canary deployment configuration.

Inheritance
object
CustomCanaryDeployment
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.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class CustomCanaryDeployment : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PhaseConfigs

Required. Configuration for each phase in the canary deployment in the order executed.

Declaration
[JsonProperty("phaseConfigs")]
public virtual IList<PhaseConfig> PhaseConfigs { get; set; }
Property Value
Type Description
IList<PhaseConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX