Class ProductPolicyArgs
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.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ProductPolicyArgs : ResourceArgs
Constructors
View SourceProductPolicyArgs()
Declaration
public ProductPolicyArgs()
Properties
View SourceApiManagementName
The name of the API Management Service. Changing this forces a new resource to be created.
Declaration
public Input<string> ApiManagementName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProductId
The ID of the API Management Product within the API Management Service. Changing this forces a new resource to be created.
Declaration
public Input<string> ProductId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which the API Management Service exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
XmlContent
The XML Content for this Policy.
Declaration
public Input<string> XmlContent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
XmlLink
A link to a Policy XML Document, which must be publicly available.
Declaration
public Input<string> XmlLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |