Show / Hide Table of Contents

Class ServicePolicyArgs

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

Constructors

View Source

ServicePolicyArgs()

Declaration
public ServicePolicyArgs()

Properties

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 an API Management 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.