BillingAccountPoliciesResponse Constructors
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.
Overloads
BillingAccountPoliciesResponse() |
Initializes a new instance of the BillingAccountPoliciesResponse class. |
BillingAccountPoliciesResponse(String, String, String, BillingAccountPoliciesResponseProperties, SystemData) |
Initializes a new instance of the BillingAccountPoliciesResponse class. |
BillingAccountPoliciesResponse()
Initializes a new instance of the BillingAccountPoliciesResponse class.
public BillingAccountPoliciesResponse ();
Public Sub New ()
Applies to
BillingAccountPoliciesResponse(String, String, String, BillingAccountPoliciesResponseProperties, SystemData)
Initializes a new instance of the BillingAccountPoliciesResponse class.
public BillingAccountPoliciesResponse (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Subscription.Models.BillingAccountPoliciesResponseProperties properties = default, Microsoft.Azure.Management.Subscription.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Subscription.Models.BillingAccountPoliciesResponse : string * string * string * Microsoft.Azure.Management.Subscription.Models.BillingAccountPoliciesResponseProperties * Microsoft.Azure.Management.Subscription.Models.SystemData -> Microsoft.Azure.Management.Subscription.Models.BillingAccountPoliciesResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As BillingAccountPoliciesResponseProperties = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- id
- String
Fully qualified ID for the policy.
- name
- String
Policy name.
- type
- String
Resource type.
- properties
- BillingAccountPoliciesResponseProperties
Billing account policies response properties.
- systemData
- SystemData
Applies to
Azure SDK for .NET