Share via


PortalConfigTermsOfServiceProperties Class

Definition

Terms of service contract properties.

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

Constructors

PortalConfigTermsOfServiceProperties()

Initializes a new instance of PortalConfigTermsOfServiceProperties.

Properties

RequireConsent

Ask user for consent to the terms of service.

Text

A terms of service text.

Explicit Interface Implementations

IJsonModel<PortalConfigTermsOfServiceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PortalConfigTermsOfServiceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PortalConfigTermsOfServiceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PortalConfigTermsOfServiceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PortalConfigTermsOfServiceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to