Class AgreementState
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 AgreementState : ResourceArgs
Constructors
View SourceAgreementState()
Declaration
public AgreementState()
Properties
View SourceLicenseTextLink
Declaration
public Input<string> LicenseTextLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Offer
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> |
PrivacyPolicyLink
Declaration
public Input<string> PrivacyPolicyLink { 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> |