Show / Hide Table of Contents

Class AgreementArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AgreementArgs
Inherited Members
ResourceArgs.Empty
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 Source

AgreementArgs()

Declaration
public AgreementArgs()

Properties

View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.