Share via


QueryUserRulesDetails Class

Definition

List of subscriptions IDs to query the user's rules

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryUserRulesDetailsTypeConverter))]
public class QueryUserRulesDetails : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryUserRulesDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryUserRulesDetailsTypeConverter))>]
type QueryUserRulesDetails = class
    interface IQueryUserRulesDetails
    interface IJsonSerializable
Public Class QueryUserRulesDetails
Implements IQueryUserRulesDetails
Inheritance
QueryUserRulesDetails
Attributes
Implements

Constructors

QueryUserRulesDetails()

Creates an new QueryUserRulesDetails instance.

Properties

SubscriptionId

List of subscription IDs

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of QueryUserRulesDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of QueryUserRulesDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryUserRulesDetails.

FromJsonString(String)

Creates a new instance of QueryUserRulesDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of QueryUserRulesDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to