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