EnterpriseAgreementPolicies 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 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
Azure SDK for .NET