ResponsibilityResourceItem Class

Definition

A class represent the resource.

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

Properties

AccountId

Account Id. For example - AWS account Id.

RecommendationIds

List of recommendation id.

ResourceId

The Id of the resource.

ResourceOrigin

Resource origin.

ResourceStatus

Resource status.

ResourceStatusChangedOn

The status change date for the resource.

ResourceType

The type of the resource. e.g. "Microsoft.SignalRService/SignalR".

Explicit Interface Implementations

IJsonModel<ResponsibilityResourceItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResponsibilityResourceItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResponsibilityResourceItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResponsibilityResourceItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResponsibilityResourceItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to