Class CustomCanaryDeployment
CustomCanaryDeployment represents the custom canary deployment configuration.
Implements
Inherited Members
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> |