SecurityCenterTagsResourceInfo Class

Definition

A container holding only the Tags for a resource, allowing the user to update the tags.

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

Constructors

SecurityCenterTagsResourceInfo()

Initializes a new instance of SecurityCenterTagsResourceInfo.

Properties

Tags

Resource tags.

Explicit Interface Implementations

IJsonModel<SecurityCenterTagsResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecurityCenterTagsResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityCenterTagsResourceInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityCenterTagsResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecurityCenterTagsResourceInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to