你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EnterpriseAgreementPolicies Class

Definition

The policies for Enterprise Agreement enrollments.

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

Constructors

EnterpriseAgreementPolicies()

Initializes a new instance of EnterpriseAgreementPolicies.

Properties

AccountOwnerViewCharges

The policy that controls whether account owner can view charges.

AuthenticationType

The state showing the enrollment auth level.

DepartmentAdminViewCharges

The policy that controls whether department admin can view charges.

Explicit Interface Implementations

IJsonModel<EnterpriseAgreementPolicies>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EnterpriseAgreementPolicies>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EnterpriseAgreementPolicies>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EnterpriseAgreementPolicies>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EnterpriseAgreementPolicies>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to