Partager via


GalleryInVmAccessControlRulesPrivilege Class

Definition

The properties of an Access Control Rule Privilege.

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

Constructors

GalleryInVmAccessControlRulesPrivilege(String, String)

Initializes a new instance of GalleryInVmAccessControlRulesPrivilege.

Properties

Name

The name of the privilege.

Path

The HTTP path corresponding to the privilege.

QueryParameters

The query parameters to match in the path.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GalleryInVmAccessControlRulesPrivilege>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GalleryInVmAccessControlRulesPrivilege>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GalleryInVmAccessControlRulesPrivilege>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryInVmAccessControlRulesPrivilege>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GalleryInVmAccessControlRulesPrivilege>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to