ApiEntityBaseContract Class

Definition

Summary of revision metadata.

public class ApiEntityBaseContract
public class ApiEntityBaseContract : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiEntityBaseContract>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiEntityBaseContract>
type ApiEntityBaseContract = class
type ApiEntityBaseContract = class
    interface IJsonModel<ApiEntityBaseContract>
    interface IPersistableModel<ApiEntityBaseContract>
Public Class ApiEntityBaseContract
Public Class ApiEntityBaseContract
Implements IJsonModel(Of ApiEntityBaseContract), IPersistableModel(Of ApiEntityBaseContract)
Inheritance
ApiEntityBaseContract
Derived
Implements

Properties

ApiRevision

Describes the revision of the API. If no value is provided, default revision 1 is created.

ApiRevisionDescription

Description of the API Revision.

ApiType

Type of API.

ApiVersion

Indicates the version identifier of the API if the API is versioned.

ApiVersionDescription

Description of the API Version.

ApiVersionSetId

A resource identifier for the related ApiVersionSet.

AuthenticationSettings

Collection of authentication settings included into this API.

Contact

Contact information for the API.

Description

Description of the API. May include HTML formatting tags.

IsCurrent

Indicates if API revision is current api revision.

IsOnline

Indicates if API revision is accessible via the gateway.

IsSubscriptionRequired

Specifies whether an API or Product subscription is required for accessing the API.

License

License information for the API.

SubscriptionKeyParameterNames

Protocols over which API is made available.

TermsOfServiceLink

A URL to the Terms of Service for the API. MUST be in the format of a URL.

Explicit Interface Implementations

IJsonModel<ApiEntityBaseContract>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApiEntityBaseContract>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiEntityBaseContract>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiEntityBaseContract>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApiEntityBaseContract>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to