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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET