QueryRequestApprovalPlansDetails 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.
Gets or sets the plans details
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryRequestApprovalPlansDetailsTypeConverter))]
public class QueryRequestApprovalPlansDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryRequestApprovalPlansDetails, Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPlanDetails>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryRequestApprovalPlansDetailsTypeConverter))>]
type QueryRequestApprovalPlansDetails = class
interface IQueryRequestApprovalPlansDetails
interface IJsonSerializable
interface IAssociativeArray<IPlanDetails>
Public Class QueryRequestApprovalPlansDetails
Implements IAssociativeArray(Of IPlanDetails), IQueryRequestApprovalPlansDetails
- Inheritance
-
QueryRequestApprovalPlansDetails
- Attributes
- Implements
Constructors
QueryRequestApprovalPlansDetails() |
Creates an new QueryRequestApprovalPlansDetails instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IPlanDetails) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueryRequestApprovalPlansDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueryRequestApprovalPlansDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryRequestApprovalPlansDetails. |
FromJsonString(String) |
Creates a new instance of QueryRequestApprovalPlansDetails, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueryRequestApprovalPlansDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, IPlanDetails) |
Operators
Implicit(QueryRequestApprovalPlansDetails to Dictionary<String,IPlanDetails>) |
Explicit Interface Implementations
IAssociativeArray<IPlanDetails>.AdditionalProperties | |
IAssociativeArray<IPlanDetails>.Count | |
IAssociativeArray<IPlanDetails>.Keys | |
IAssociativeArray<IPlanDetails>.Values |