ScheduledQueryRuleIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.ScheduledQueryRuleIdentityTypeConverter))]
public class ScheduledQueryRuleIdentity : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.ScheduledQueryRuleIdentityTypeConverter))>]
type ScheduledQueryRuleIdentity = class
interface IScheduledQueryRuleIdentity
interface IJsonSerializable
Public Class ScheduledQueryRuleIdentity
Implements IScheduledQueryRuleIdentity
- Inheritance
-
ScheduledQueryRuleIdentity
- Attributes
- Implements
Constructors
ScheduledQueryRuleIdentity() |
Creates an new ScheduledQueryRuleIdentity instance. |
Properties
Id |
Resource identity path |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
RuleName |
The name of the rule. |
SubscriptionId |
The ID of the target subscription. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ScheduledQueryRuleIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScheduledQueryRuleIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.IScheduledQueryRuleIdentity. |
FromJsonString(String) |
Creates a new instance of ScheduledQueryRuleIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScheduledQueryRuleIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |