EventHubsProvisioningIssue Class

Definition

Describes Provisioning issue for given NetworkSecurityPerimeterConfiguration.

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

Constructors

EventHubsProvisioningIssue()

Initializes a new instance of EventHubsProvisioningIssue.

Properties

Name

Name of the issue.

Properties

Properties of Provisioning Issue.

Explicit Interface Implementations

IJsonModel<EventHubsProvisioningIssue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventHubsProvisioningIssue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventHubsProvisioningIssue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventHubsProvisioningIssue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventHubsProvisioningIssue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to