Sdílet prostřednictvím


AutomanageConfigurationProfilePatch Class

Definition

Definition of the configuration profile.

public class AutomanageConfigurationProfilePatch : Azure.ResourceManager.Automanage.Models.AutomanageResourceUpdateDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automanage.Models.AutomanageConfigurationProfilePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automanage.Models.AutomanageConfigurationProfilePatch>
public class AutomanageConfigurationProfilePatch : Azure.ResourceManager.Automanage.Models.AutomanageResourceUpdateDetails
type AutomanageConfigurationProfilePatch = class
    inherit AutomanageResourceUpdateDetails
    interface IJsonModel<AutomanageConfigurationProfilePatch>
    interface IPersistableModel<AutomanageConfigurationProfilePatch>
type AutomanageConfigurationProfilePatch = class
    inherit AutomanageResourceUpdateDetails
Public Class AutomanageConfigurationProfilePatch
Inherits AutomanageResourceUpdateDetails
Implements IJsonModel(Of AutomanageConfigurationProfilePatch), IPersistableModel(Of AutomanageConfigurationProfilePatch)
Public Class AutomanageConfigurationProfilePatch
Inherits AutomanageResourceUpdateDetails
Inheritance
AutomanageConfigurationProfilePatch
Implements

Constructors

AutomanageConfigurationProfilePatch()

Initializes a new instance of AutomanageConfigurationProfilePatch.

Properties

Configuration

configuration dictionary of the configuration profile.

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.

Tags

The tags of the resource.

(Inherited from AutomanageResourceUpdateDetails)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AutomanageConfigurationProfilePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AutomanageConfigurationProfilePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<AutomanageResourceUpdateDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AutomanageResourceUpdateDetails)
IJsonModel<AutomanageResourceUpdateDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AutomanageResourceUpdateDetails)
IPersistableModel<AutomanageConfigurationProfilePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutomanageConfigurationProfilePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AutomanageConfigurationProfilePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<AutomanageResourceUpdateDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AutomanageResourceUpdateDetails)
IPersistableModel<AutomanageResourceUpdateDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AutomanageResourceUpdateDetails)
IPersistableModel<AutomanageResourceUpdateDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AutomanageResourceUpdateDetails)

Applies to