ArmEdgeOrderModelFactory.ProductAvailabilityInformation 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 ProductAvailabilityInformation.
public static Azure.ResourceManager.EdgeOrder.Models.ProductAvailabilityInformation ProductAvailabilityInformation (Azure.ResourceManager.EdgeOrder.Models.ProductAvailabilityStage? availabilityStage = default, Azure.ResourceManager.EdgeOrder.Models.ProductDisabledReason? disabledReason = default, string disabledReasonMessage = default);
static member ProductAvailabilityInformation : Nullable<Azure.ResourceManager.EdgeOrder.Models.ProductAvailabilityStage> * Nullable<Azure.ResourceManager.EdgeOrder.Models.ProductDisabledReason> * string -> Azure.ResourceManager.EdgeOrder.Models.ProductAvailabilityInformation
Public Shared Function ProductAvailabilityInformation (Optional availabilityStage As Nullable(Of ProductAvailabilityStage) = Nothing, Optional disabledReason As Nullable(Of ProductDisabledReason) = Nothing, Optional disabledReasonMessage As String = Nothing) As ProductAvailabilityInformation
Parameters
- availabilityStage
- Nullable<ProductAvailabilityStage>
Current availability stage of the product. Availability stage.
- disabledReason
- Nullable<ProductDisabledReason>
Reason why the product is disabled.
- disabledReasonMessage
- String
Message for why the product is disabled.
Returns
A new ProductAvailabilityInformation instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET