Compartilhar via


ApiCenterServicePatch Class

Definition

The type used for update operations of the Service.

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

Constructors

Name Description
ApiCenterServicePatch()

Initializes a new instance of ApiCenterServicePatch.

Properties

Name Description
Identity

The managed service identities assigned to this resource.

IsRestore

Flag used to restore soft-deleted API Center service. If specified and set to 'true' all other properties will be ignored.

Tags

Resource tags.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ApiCenterServicePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiCenterServicePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiCenterServicePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiCenterServicePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiCenterServicePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to