ReportResourceItem Class

Definition

Resource Id.

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

Properties

ResourceGroup

The resource group name of this resource.

ResourceId

The resource Id - e.g. "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachines/vm1".

ResourceType

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

SubscriptionId

The subscription Id of this resource.

Explicit Interface Implementations

IJsonModel<ReportResourceItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ReportResourceItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReportResourceItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReportResourceItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ReportResourceItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to