PortalServicesCopilotSettingPatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type used for update operations of the CopilotSettingsResource.
public class PortalServicesCopilotSettingPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PortalServicesCopilot.Models.PortalServicesCopilotSettingPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PortalServicesCopilot.Models.PortalServicesCopilotSettingPatch>
type PortalServicesCopilotSettingPatch = class
interface IJsonModel<PortalServicesCopilotSettingPatch>
interface IPersistableModel<PortalServicesCopilotSettingPatch>
Public Class PortalServicesCopilotSettingPatch
Implements IJsonModel(Of PortalServicesCopilotSettingPatch), IPersistableModel(Of PortalServicesCopilotSettingPatch)
- Inheritance
-
PortalServicesCopilotSettingPatch
- Implements
Constructors
| PortalServicesCopilotSettingPatch() |
Initializes a new instance of PortalServicesCopilotSettingPatch. |
Properties
| AccessControlEnabled |
Boolean indicating if role-based access control is enabled for copilot in this tenant. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<PortalServicesCopilotSettingPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<PortalServicesCopilotSettingPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<PortalServicesCopilotSettingPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<PortalServicesCopilotSettingPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<PortalServicesCopilotSettingPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |