Class AgreementArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Marketplace
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AgreementArgs : ResourceArgs
Constructors
View SourceAgreementArgs()
Declaration
public AgreementArgs()
Properties
View SourceOffer
The Offer of the Marketplace Image. Changing this forces a new resource to be created.
Declaration
public Input<string> Offer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Plan
The Plan of the Marketplace Image. Changing this forces a new resource to be created.
Declaration
public Input<string> Plan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Publisher
The Publisher of the Marketplace Image. Changing this forces a new resource to be created.
Declaration
public Input<string> Publisher { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |