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>
public class RoleAssignmentScheduleTicketInfo
type RoleAssignmentScheduleTicketInfo = class
    interface IJsonModel<RoleAssignmentScheduleTicketInfo>
    interface IPersistableModel<RoleAssignmentScheduleTicketInfo>
type RoleAssignmentScheduleTicketInfo = class
Public Class RoleAssignmentScheduleTicketInfo
Implements IJsonModel(Of RoleAssignmentScheduleTicketInfo), IPersistableModel(Of RoleAssignmentScheduleTicketInfo)
Public Class RoleAssignmentScheduleTicketInfo
Inheritance
RoleAssignmentScheduleTicketInfo
Implements

Constructors

RoleAssignmentScheduleTicketInfo()

Initializes a new instance of RoleAssignmentScheduleTicketInfo.

Properties

TicketNumber

Ticket number for the role assignment.

TicketSystem

Ticket system name for the role assignment.

Explicit Interface Implementations

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