EventHubsProvisioningIssueProperties Class

Definition

Properties of Provisioning Issue.

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

Properties

Description

Description of the issue.

IssueType

Type of Issue.

Explicit Interface Implementations

IJsonModel<EventHubsProvisioningIssueProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventHubsProvisioningIssueProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventHubsProvisioningIssueProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventHubsProvisioningIssueProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventHubsProvisioningIssueProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to