ArcSettingPatch 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.
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:
|
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
Azure SDK for .NET