BillingTrustRulePatch Class

Definition

Patch body for updating a rule. Polymorphic by kind β€” kind-specific patchable fields live on per-kind subtypes. PATCH cannot change a rule's kind; the discriminator carries the rule's existing kind for routing only. Please note this is the abstract base class. The derived classes available for instantiation are: EduQualificationRulePatchProperties and BusinessVerificationRulePatchProperties.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Billing.Trust.Models.UnknownRulePatchProperties))]
public abstract class BillingTrustRulePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Billing.Trust.Models.BillingTrustRulePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Billing.Trust.Models.BillingTrustRulePatch>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Billing.Trust.Models.UnknownRulePatchProperties))>]
type BillingTrustRulePatch = class
    interface IJsonModel<BillingTrustRulePatch>
    interface IPersistableModel<BillingTrustRulePatch>
Public MustInherit Class BillingTrustRulePatch
Implements IJsonModel(Of BillingTrustRulePatch), IPersistableModel(Of BillingTrustRulePatch)
Inheritance
BillingTrustRulePatch
Derived
Attributes
Implements

Applies to