SupportServiceClassificationAnswer Class

Definition

Service Classification result object.

public class SupportServiceClassificationAnswer : Azure.ResourceManager.Support.Models.SupportClassificationService, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Support.Models.SupportServiceClassificationAnswer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Support.Models.SupportServiceClassificationAnswer>
type SupportServiceClassificationAnswer = class
    inherit SupportClassificationService
    interface IJsonModel<SupportServiceClassificationAnswer>
    interface IPersistableModel<SupportServiceClassificationAnswer>
Public Class SupportServiceClassificationAnswer
Inherits SupportClassificationService
Implements IJsonModel(Of SupportServiceClassificationAnswer), IPersistableModel(Of SupportServiceClassificationAnswer)
Inheritance
SupportServiceClassificationAnswer
Implements

Properties

Name Description
ChildService

Child service.

DisplayName

Localized name of the azure service.

(Inherited from SupportClassificationService)
ResourceTypes

List of applicable ARM resource types for this service.

(Inherited from SupportClassificationService)
ServiceId

Azure resource Id of the service.

(Inherited from SupportClassificationService)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SupportClassificationService>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from SupportClassificationService)
IJsonModel<SupportClassificationService>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from SupportClassificationService)
IJsonModel<SupportServiceClassificationAnswer>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SupportServiceClassificationAnswer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<SupportClassificationService>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from SupportClassificationService)
IPersistableModel<SupportClassificationService>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from SupportClassificationService)
IPersistableModel<SupportClassificationService>.Write(ModelReaderWriterOptions) (Inherited from SupportClassificationService)
IPersistableModel<SupportServiceClassificationAnswer>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SupportServiceClassificationAnswer>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SupportServiceClassificationAnswer>.Write(ModelReaderWriterOptions)

Applies to