Class ApplicationPlanArgs
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.ManagedApplication.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationPlanArgs : ResourceArgs
Constructors
View SourceApplicationPlanArgs()
Declaration
public ApplicationPlanArgs()
Properties
View SourceName
Specifies the name of the plan from the marketplace.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Product
Specifies the product of the plan from the marketplace.
Declaration
public Input<string> Product { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PromotionCode
Specifies the promotion code to use with the plan.
Declaration
public Input<string> PromotionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Publisher
Specifies the publisher of the plan.
Declaration
public Input<string> Publisher { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Version
Specifies the version of the plan from the marketplace.
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |