ArmEdgeOrderModelFactory.EdgeOrderTermCommitmentInformation 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.
Term Commitment Information.
public static Azure.ResourceManager.EdgeOrder.Models.EdgeOrderTermCommitmentInformation EdgeOrderTermCommitmentInformation(Azure.ResourceManager.EdgeOrder.Models.EdgeOrderTermCommitmentType termCommitmentType = default, TimeSpan? termCommitmentTypeDuration = default, int? pendingDaysForTerm = default);
static member EdgeOrderTermCommitmentInformation : Azure.ResourceManager.EdgeOrder.Models.EdgeOrderTermCommitmentType * Nullable<TimeSpan> * Nullable<int> -> Azure.ResourceManager.EdgeOrder.Models.EdgeOrderTermCommitmentInformation
Public Shared Function EdgeOrderTermCommitmentInformation (Optional termCommitmentType As EdgeOrderTermCommitmentType = Nothing, Optional termCommitmentTypeDuration As Nullable(Of TimeSpan) = Nothing, Optional pendingDaysForTerm As Nullable(Of Integer) = Nothing) As EdgeOrderTermCommitmentInformation
Parameters
- termCommitmentType
- EdgeOrderTermCommitmentType
Term Commitment Type.
Term Commitment Duration. Currently Supporting P365D, P1095D.
Returns
A new EdgeOrderTermCommitmentInformation instance for mocking.