ConfluentOrganizationValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validation response from the provider.
public class ConfluentOrganizationValidationResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.ConfluentOrganizationValidationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.ConfluentOrganizationValidationResult>
type ConfluentOrganizationValidationResult = class
interface IJsonModel<ConfluentOrganizationValidationResult>
interface IPersistableModel<ConfluentOrganizationValidationResult>
Public Class ConfluentOrganizationValidationResult
Implements IJsonModel(Of ConfluentOrganizationValidationResult), IPersistableModel(Of ConfluentOrganizationValidationResult)
- Inheritance
-
ConfluentOrganizationValidationResult
- Implements
Properties
Info |
Info from the response. |
Explicit Interface Implementations
IJsonModel<ConfluentOrganizationValidationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ConfluentOrganizationValidationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ConfluentOrganizationValidationResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ConfluentOrganizationValidationResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ConfluentOrganizationValidationResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET