Sdílet prostřednictvím


ContentFormat Struct

Definition

Format of the Content in which the API is getting imported.

public readonly struct ContentFormat : IEquatable<Azure.ResourceManager.ApiManagement.Models.ContentFormat>
type ContentFormat = struct
Public Structure ContentFormat
Implements IEquatable(Of ContentFormat)
Inheritance
ContentFormat
Implements

Constructors

ContentFormat(String)

Initializes a new instance of ContentFormat.

Properties

GraphQLLink

The GraphQL API endpoint hosted on a publicly accessible internet address.

OpenApi

The contents are inline and Content Type is a OpenAPI 3.0 YAML Document.

OpenApiJson

The contents are inline and Content Type is a OpenAPI 3.0 JSON Document.

OpenApiJsonLink

The OpenAPI 3.0 JSON document is hosted on a publicly accessible internet address.

OpenApiLink

The OpenAPI 3.0 YAML document is hosted on a publicly accessible internet address.

SwaggerJson

The contents are inline and Content Type is a OpenAPI 2.0 JSON Document.

SwaggerLinkJson

The OpenAPI 2.0 JSON document is hosted on a publicly accessible internet address.

WadlLinkJson

The WADL document is hosted on a publicly accessible internet address.

WadlXml

The contents are inline and Content type is a WADL document.

Wsdl

The contents are inline and the document is a WSDL/Soap document.

WsdlLink

The WSDL document is hosted on a publicly accessible internet address.

Methods

Equals(ContentFormat)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ContentFormat, ContentFormat)

Determines if two ContentFormat values are the same.

Implicit(String to ContentFormat)

Converts a string to a ContentFormat.

Inequality(ContentFormat, ContentFormat)

Determines if two ContentFormat values are not the same.

Applies to