UserRequestResources Class

Definition

The resources needed for the user request.

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

Constructors

UserRequestResources(IEnumerable<ResourceIdentifier>)

Initializes a new instance of UserRequestResources.

Properties

Ids

The resource ids used for the request.

Explicit Interface Implementations

IJsonModel<UserRequestResources>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UserRequestResources>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UserRequestResources>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UserRequestResources>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UserRequestResources>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to