Condividi tramite


GalleryInVmAccessControlRulesRoleAssignment Class

Definition

The properties of an Access Control Rule RoleAssignment.

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

Constructors

GalleryInVmAccessControlRulesRoleAssignment(String, IEnumerable<String>)

Initializes a new instance of GalleryInVmAccessControlRulesRoleAssignment.

Properties

Identities

A list of identities that can access the privileges defined by the role.

Role

The name of the role.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GalleryInVmAccessControlRulesRoleAssignment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GalleryInVmAccessControlRulesRoleAssignment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GalleryInVmAccessControlRulesRoleAssignment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryInVmAccessControlRulesRoleAssignment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GalleryInVmAccessControlRulesRoleAssignment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to