public sealed class Dependency : IMessage<Dependency>, IEquatable<Dependency>, IDeepCloneable<Dependency>, IBufferMessage, IMessage
Reference documentation and code samples for the SaaS Runtime v1beta1 API class Dependency.
Dependency represent a single dependency with another unit kind by alias.
Implements
IMessageDependency, IEquatableDependency, IDeepCloneableDependency, IBufferMessage, IMessageNamespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll
Constructors
Dependency()
public Dependency()
Dependency(Dependency)
public Dependency(Dependency other)
Parameter | |
---|---|
Name | Description |
other |
Dependency |
Properties
Alias
public string Alias { get; set; }
Required. An alias for the dependency. Used for input variable mapping.
Property Value | |
---|---|
Type | Description |
string |
UnitKind
public string UnitKind { get; set; }
Required. Immutable. The unit kind of the dependency.
Property Value | |
---|---|
Type | Description |
string |
UnitKindAsUnitKindName
public UnitKindName UnitKindAsUnitKindName { get; set; }
UnitKindName-typed view over the UnitKind resource name property.
Property Value | |
---|---|
Type | Description |
UnitKindName |