ArmMarketplaceModelFactory.PlanRequesterDetails 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 PlanRequesterDetails.
public static Azure.ResourceManager.Marketplace.Models.PlanRequesterDetails PlanRequesterDetails (string planId = default, string planDisplayName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PlanRequesterInfo> requesters = default);
static member PlanRequesterDetails : string * string * seq<Azure.ResourceManager.Marketplace.Models.PlanRequesterInfo> -> Azure.ResourceManager.Marketplace.Models.PlanRequesterDetails
Public Shared Function PlanRequesterDetails (Optional planId As String = Nothing, Optional planDisplayName As String = Nothing, Optional requesters As IEnumerable(Of PlanRequesterInfo) = Nothing) As PlanRequesterDetails
Parameters
- planId
- String
Gets the plan id.
- planDisplayName
- String
Gets the plan display name.
- requesters
- IEnumerable<PlanRequesterInfo>
Gets requesters details list.
Returns
A new PlanRequesterDetails instance for mocking.