ArmBillingModelFactory.BillingDepartmentProperties Method
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.
Initializes a new instance of BillingDepartmentProperties.
public static Azure.ResourceManager.Billing.Models.BillingDepartmentProperties BillingDepartmentProperties (string costCenter = default, string displayName = default, string id = default, string status = default);
static member BillingDepartmentProperties : string * string * string * string -> Azure.ResourceManager.Billing.Models.BillingDepartmentProperties
Public Shared Function BillingDepartmentProperties (Optional costCenter As String = Nothing, Optional displayName As String = Nothing, Optional id As String = Nothing, Optional status As String = Nothing) As BillingDepartmentProperties
Parameters
- costCenter
- String
The cost center associated with the department.
- displayName
- String
The name of the department.
- id
- String
The ID that uniquely identifies the department.
- status
- String
The status of the department.
Returns
A new BillingDepartmentProperties instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET