Partager via


GalleryInVmAccessControlRules Class

Definition

This is the Access Control Rules specification for an inVMAccessControlProfile version.

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

Constructors

GalleryInVmAccessControlRules()

Initializes a new instance of GalleryInVmAccessControlRules.

Properties

Identities

A list of identities.

Privileges

A list of privileges.

RoleAssignments

A list of role assignments.

Roles

A list of roles.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GalleryInVmAccessControlRules>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GalleryInVmAccessControlRules>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GalleryInVmAccessControlRules>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryInVmAccessControlRules>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GalleryInVmAccessControlRules>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to