ResourceNameValidationResult Class

Definition

Resource Name valid if not a reserved word, does not contain a reserved word and does not start with a reserved word.

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

Properties

Name

Name of Resource.

ResourceType

Type of Resource.

Status

Is the resource name Allowed or Reserved.

Explicit Interface Implementations

IJsonModel<ResourceNameValidationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceNameValidationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceNameValidationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceNameValidationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceNameValidationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to