Share via


ScopeMapPatch Class

Definition

The properties for updating the scope map.

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

Constructors

ScopeMapPatch()

Initializes a new instance of ScopeMapPatch.

Properties

Actions

The list of scope permissions for registry artifacts. E.g. repositories/repository-name/pull, repositories/repository-name/delete

Description

The user friendly description of the scope map.

Explicit Interface Implementations

IJsonModel<ScopeMapPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScopeMapPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScopeMapPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScopeMapPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScopeMapPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to