다음을 통해 공유


ArcSettingPatch Class

Definition

ArcSetting details to update.

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

Constructors

ArcSettingPatch()

Initializes a new instance of ArcSettingPatch.

Properties

ConnectivityProperties

contains connectivity related configuration for ARC resources

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

Resource tags.

Explicit Interface Implementations

IJsonModel<ArcSettingPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ArcSettingPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArcSettingPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArcSettingPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ArcSettingPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to