ApiIssuePatch Class

Definition

Issue update Parameters.

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

Constructors

ApiIssuePatch()

Initializes a new instance of ApiIssuePatch.

Properties

ApiId

A resource identifier for the API the issue was created for.

CreatedOn

Date and time when the issue was created.

Description

Text describing the issue.

State

Status of the issue.

Title

The issue title.

UserId

A resource identifier for the user created the issue.

Explicit Interface Implementations

IJsonModel<ApiIssuePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiIssuePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiIssuePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiIssuePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiIssuePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to