QueryUserRulesProperties 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.
Query user's rules properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryUserRulesPropertiesTypeConverter))]
public class QueryUserRulesProperties : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryUserRulesProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.QueryUserRulesPropertiesTypeConverter))>]
type QueryUserRulesProperties = class
interface IQueryUserRulesProperties
interface IJsonSerializable
Public Class QueryUserRulesProperties
Implements IQueryUserRulesProperties
- Inheritance
-
QueryUserRulesProperties
- Attributes
- Implements
Constructors
QueryUserRulesProperties() |
Creates an new QueryUserRulesProperties instance. |
Properties
SubscriptionId |
List of subscription IDs |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QueryUserRulesProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QueryUserRulesProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IQueryUserRulesProperties. |
FromJsonString(String) |
Creates a new instance of QueryUserRulesProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QueryUserRulesProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |