MobileNetworkResourcePatch Class

Definition

Identity and Tags object for patch operations.

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

Constructors

MobileNetworkResourcePatch()

Initializes a new instance of MobileNetworkResourcePatch.

Properties

Tags

Resource tags.

UserAssignedIdentity

The managed service identity associated with this resource.

Explicit Interface Implementations

IJsonModel<MobileNetworkResourcePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MobileNetworkResourcePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkResourcePatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobileNetworkResourcePatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MobileNetworkResourcePatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to