RequestApprovalsList 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.
List of admin request approval resources
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.RequestApprovalsListTypeConverter))]
public class RequestApprovalsList : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRequestApprovalsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.RequestApprovalsListTypeConverter))>]
type RequestApprovalsList = class
interface IRequestApprovalsList
interface IJsonSerializable
Public Class RequestApprovalsList
Implements IRequestApprovalsList
- Inheritance
-
RequestApprovalsList
- Attributes
- Implements
Constructors
RequestApprovalsList() |
Creates an new RequestApprovalsList instance. |
Properties
NextLink |
URL to get the next set of notifications list results if there are any. |
Value |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RequestApprovalsList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RequestApprovalsList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IRequestApprovalsList. |
FromJsonString(String) |
Creates a new instance of RequestApprovalsList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RequestApprovalsList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |