Show / Hide Table of Contents

Class ApiImportArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiImportArgs
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 ApiImportArgs : ResourceArgs

Constructors

View Source

ApiImportArgs()

Declaration
public ApiImportArgs()

Properties

View Source

ContentFormat

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

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

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