SaaS Runtime v1beta1 API - Class UnitDependency (1.0.0-beta01)

public sealed class UnitDependency : IMessage<UnitDependency>, IEquatable<UnitDependency>, IDeepCloneable<UnitDependency>, IBufferMessage, IMessage

Reference documentation and code samples for the SaaS Runtime v1beta1 API class UnitDependency.

Set of dependencies for this unit. Maximum 10.

Inheritance

object > UnitDependency

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

UnitDependency()

public UnitDependency()

UnitDependency(UnitDependency)

public UnitDependency(UnitDependency other)
Parameter
Name Description
other UnitDependency

Properties

Alias

public string Alias { get; set; }

Output only. Alias for the name of the dependency.

Property Value
Type Description
string

Unit

public string Unit { get; set; }

Output only. A reference to the Unit object.

Property Value
Type Description
string

UnitAsUnitName

public UnitName UnitAsUnitName { get; set; }

UnitName-typed view over the Unit resource name property.

Property Value
Type Description
UnitName