Class AnalyticsSolutionPlanArgs
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.OperationalInsights.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AnalyticsSolutionPlanArgs : ResourceArgs
Constructors
View SourceAnalyticsSolutionPlanArgs()
Declaration
public AnalyticsSolutionPlanArgs()
Properties
View SourceName
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Product
The product name of the solution. For example OMSGallery/Containers. Changing this forces a new resource to be created.
Declaration
public Input<string> Product { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PromotionCode
A promotion code to be used with the solution.
Declaration
public Input<string> PromotionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Publisher
The publisher of the solution. For example Microsoft. Changing this forces a new resource to be created.
Declaration
public Input<string> Publisher { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |