RoleEligibilityScheduleRequestPropertiesTicketInfo 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.
Ticket Info of the role eligibility
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleEligibilityScheduleRequestPropertiesTicketInfoTypeConverter))]
public class RoleEligibilityScheduleRequestPropertiesTicketInfo : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequestPropertiesTicketInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.RoleEligibilityScheduleRequestPropertiesTicketInfoTypeConverter))>]
type RoleEligibilityScheduleRequestPropertiesTicketInfo = class
interface IRoleEligibilityScheduleRequestPropertiesTicketInfo
interface IJsonSerializable
Public Class RoleEligibilityScheduleRequestPropertiesTicketInfo
Implements IRoleEligibilityScheduleRequestPropertiesTicketInfo
- Inheritance
-
RoleEligibilityScheduleRequestPropertiesTicketInfo
- Attributes
- Implements
Constructors
RoleEligibilityScheduleRequestPropertiesTicketInfo() |
Creates an new RoleEligibilityScheduleRequestPropertiesTicketInfo instance. |
Properties
TicketNumber |
Ticket number for the role eligibility |
TicketSystem |
Ticket system name for the role eligibility |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RoleEligibilityScheduleRequestPropertiesTicketInfo. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RoleEligibilityScheduleRequestPropertiesTicketInfo. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IRoleEligibilityScheduleRequestPropertiesTicketInfo. |
FromJsonString(String) |
Creates a new instance of RoleEligibilityScheduleRequestPropertiesTicketInfo, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RoleEligibilityScheduleRequestPropertiesTicketInfo into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |