Поделиться через


AzureQueryProperties Class

Definition

Azure query for the update configuration.

public class AzureQueryProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AzureQueryProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AzureQueryProperties>
public class AzureQueryProperties
type AzureQueryProperties = class
    interface IJsonModel<AzureQueryProperties>
    interface IPersistableModel<AzureQueryProperties>
type AzureQueryProperties = class
Public Class AzureQueryProperties
Implements IJsonModel(Of AzureQueryProperties), IPersistableModel(Of AzureQueryProperties)
Public Class AzureQueryProperties
Inheritance
AzureQueryProperties
Implements

Constructors

AzureQueryProperties()

Initializes a new instance of AzureQueryProperties.

Properties

Locations

List of locations to scope the query to.

Scope

List of Subscription or Resource Group ARM Ids.

TagSettings

Tag settings for the VM.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AzureQueryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AzureQueryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureQueryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureQueryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AzureQueryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to