ApiLicenseInformation Class

Definition

API license information.

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

Constructors

ApiLicenseInformation()

Initializes a new instance of ApiLicenseInformation.

Properties

Name

The license name used for the API.

Uri

A URL to the license used for the API. MUST be in the format of a URL.

Explicit Interface Implementations

IJsonModel<ApiLicenseInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiLicenseInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiLicenseInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiLicenseInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiLicenseInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to