ClassificationService 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.
Service Classification result object.
public class ClassificationService : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SelfHelp.Models.ClassificationService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SelfHelp.Models.ClassificationService>
type ClassificationService = class
interface IJsonModel<ClassificationService>
interface IPersistableModel<ClassificationService>
Public Class ClassificationService
Implements IJsonModel(Of ClassificationService), IPersistableModel(Of ClassificationService)
- Inheritance
-
ClassificationService
- Implements
Constructors
ClassificationService() |
Initializes a new instance of ClassificationService. |
Properties
DisplayName |
Localized name of the azure service. |
ResourceTypes |
List of applicable ARM resource types for this service. |
ServiceId |
Azure resource Id of the service. |
Explicit Interface Implementations
IJsonModel<ClassificationService>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ClassificationService>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ClassificationService>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ClassificationService>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ClassificationService>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET