Class ApiImport
Inheritance
System.Object
ApiImport
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiImport
Fields
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 readonly string ContentFormat
Field Value
| Type | Description |
|---|---|
| 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 readonly string ContentValue
Field Value
| Type | Description |
|---|---|
| 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 readonly ApiImportWsdlSelector WsdlSelector
Field Value
| Type | Description |
|---|---|
| ApiImportWsdlSelector |