次の方法で共有


ScheduledQueryRuleResourceCollection Class

Definition

Represents a collection of scheduled query rule resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ScheduledQueryRuleResourceCollectionTypeConverter))]
public class ScheduledQueryRuleResourceCollection : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResourceCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.ScheduledQueryRuleResourceCollectionTypeConverter))>]
type ScheduledQueryRuleResourceCollection = class
    interface IScheduledQueryRuleResourceCollection
    interface IJsonSerializable
Public Class ScheduledQueryRuleResourceCollection
Implements IScheduledQueryRuleResourceCollection
Inheritance
ScheduledQueryRuleResourceCollection
Attributes
Implements

Constructors

ScheduledQueryRuleResourceCollection()

Creates an new ScheduledQueryRuleResourceCollection instance.

Properties

NextLink

Provides the link to retrieve the next set of elements.

Value

The values for the scheduled query rule resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScheduledQueryRuleResourceCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScheduledQueryRuleResourceCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Models.Api20210801.IScheduledQueryRuleResourceCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScheduledQueryRuleResourceCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to