Share 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

ApiCenterServicePatch()

Initializes a new instance of ApiCenterServicePatch.

Properties

Identity

The managed service identities assigned to this resource.

ProvisioningState

The status of the last operation.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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