Show / Hide Table of Contents

Class ProductPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProductPolicyArgs
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.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ProductPolicyArgs : ResourceArgs

Constructors

View Source

ProductPolicyArgs()

Declaration
public ProductPolicyArgs()

Properties

View Source

ApiManagementName

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

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

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

XmlContent

The XML Content for this Policy.

Declaration
public Input<string> XmlContent { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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