Class ApiImportArgs
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 ApiImportArgs : ResourceArgs
Constructors
View SourceApiImportArgs()
Declaration
public ApiImportArgs()
Properties
View SourceContentFormat
The format of the content from which the API Definition should be imported. Possible values are: openapi, openapi+json, openapi+json-link, openapi-link, swagger-json, swagger-link-json, wadl-link-json, wadl-xml, wsdl and wsdl-link.
Declaration
public Input<string> ContentFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ContentValue
The Content from which the API Definition should be imported. When a content_format of *-link-* is specified this must be a URL, otherwise this must be defined inline.
Declaration
public Input<string> ContentValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WsdlSelector
A wsdl_selector block as defined below, which allows you to limit the import of a WSDL to only a subset of the document. This can only be specified when content_format is wsdl or wsdl-link.
Declaration
public Input<ApiImportWsdlSelectorArgs> WsdlSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ApiImportWsdlSelectorArgs> |