Share via


StorageSyncServicePatch Class

Definition

Parameters for updating an Storage sync service.

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

Constructors

StorageSyncServicePatch()

Initializes a new instance of StorageSyncServicePatch.

Properties

Identity

managed identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.

IncomingTrafficPolicy

Incoming Traffic Policy.

Tags

The user-specified tags associated with the storage sync service.

UseIdentity

Use Identity authorization when customer have finished setup RBAC permissions.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StorageSyncServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageSyncServicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageSyncServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageSyncServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageSyncServicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to