IssueContractData Class

Definition

A class representing the IssueContract data model. Issue Contract details.

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

Constructors

IssueContractData()

Initializes a new instance of IssueContractData.

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.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
State

Status of the issue.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Title

The issue title.

UserId

A resource identifier for the user created the issue.

Explicit Interface Implementations

IJsonModel<IssueContractData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IssueContractData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IssueContractData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IssueContractData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IssueContractData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to