Azure.ResourceManager.Billing.Trust Namespace
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.
Classes
| Name | Description |
|---|---|
| AzureResourceManagerBillingTrustContext |
Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md |
| BillingTrustAssessmentData |
A billing trust assessment. An assessment runs a set of rules to evaluate trust attributes of a billing account. The assessment is a singleton per parent resource and is always named 'default'. Re-issuing PUT with the same |
| BillingTrustAssessmentResource |
A class representing a BillingTrustAssessment along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a BillingTrustAssessmentResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ArmResource using the GetBillingTrustAssessment method. |
| BillingTrustExtensions |
A class to add extension methods to Azure.ResourceManager.Billing.Trust. |
| BillingTrustRuleCollection |
A class representing a collection of BillingTrustRuleResource and their operations. Each BillingTrustRuleResource in the collection will belong to the same instance of BillingTrustAssessmentResource. To get a BillingTrustRuleCollection instance call the GetBillingTrustRules method from an instance of BillingTrustAssessmentResource. |
| BillingTrustRuleData |
A rule within an assessment. |
| BillingTrustRuleResource |
A class representing a BillingTrustRule along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a BillingTrustRuleResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource BillingTrustAssessmentResource using the GetBillingTrustRules method. |