Class ServicePolicyGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServicePolicyGetArgs : ResourceArgs
Constructors
View SourceServicePolicyGetArgs()
Declaration
public ServicePolicyGetArgs()
Properties
View SourceXmlContent
The XML Content for this Policy.
Declaration
public Input<string> XmlContent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |