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에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET