RoleAssignmentScheduleTicketInfo Class

Definition

Ticket Info of the role assignment.

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

Constructors

Name Description
RoleAssignmentScheduleTicketInfo()

Initializes a new instance of RoleAssignmentScheduleTicketInfo.

Properties

Name Description
TicketNumber

Ticket number for the role assignment.

TicketSystem

Ticket system name for the role assignment.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<RoleAssignmentScheduleTicketInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RoleAssignmentScheduleTicketInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoleAssignmentScheduleTicketInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoleAssignmentScheduleTicketInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RoleAssignmentScheduleTicketInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to