ArmGraphServicesModelFactory.GraphServicesAccountResourceProperties 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 GraphServicesAccountResourceProperties.
public static Azure.ResourceManager.GraphServices.Models.GraphServicesAccountResourceProperties GraphServicesAccountResourceProperties (Azure.ResourceManager.GraphServices.Models.GraphServicesProvisioningState? provisioningState = default, string appId = default, string billingPlanId = default);
static member GraphServicesAccountResourceProperties : Nullable<Azure.ResourceManager.GraphServices.Models.GraphServicesProvisioningState> * string * string -> Azure.ResourceManager.GraphServices.Models.GraphServicesAccountResourceProperties
Public Shared Function GraphServicesAccountResourceProperties (Optional provisioningState As Nullable(Of GraphServicesProvisioningState) = Nothing, Optional appId As String = Nothing, Optional billingPlanId As String = Nothing) As GraphServicesAccountResourceProperties
Parameters
- provisioningState
- Nullable<GraphServicesProvisioningState>
Provisioning state.
- appId
- String
Customer owned application ID.
- billingPlanId
- String
Billing Plan Id.
Returns
A new GraphServicesAccountResourceProperties instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET