ArmMarketplaceModelFactory.RequestApprovalsDetails 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 RequestApprovalsDetails.
public static Azure.ResourceManager.Marketplace.Models.RequestApprovalsDetails RequestApprovalsDetails (string offerId = default, string displayName = default, string publisherId = default, long? messageCode = default, Uri iconUri = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.PlanNotificationDetails> plans = default);
static member RequestApprovalsDetails : string * string * string * Nullable<int64> * Uri * seq<Azure.ResourceManager.Marketplace.Models.PlanNotificationDetails> -> Azure.ResourceManager.Marketplace.Models.RequestApprovalsDetails
Public Shared Function RequestApprovalsDetails (Optional offerId As String = Nothing, Optional displayName As String = Nothing, Optional publisherId As String = Nothing, Optional messageCode As Nullable(Of Long) = Nothing, Optional iconUri As Uri = Nothing, Optional plans As IEnumerable(Of PlanNotificationDetails) = Nothing) As RequestApprovalsDetails
Parameters
- offerId
- String
Gets offer id.
- displayName
- String
Gets offer display name.
- publisherId
- String
Gets or sets publisher id.
- iconUri
- Uri
Gets or sets the icon url.
Gets or sets removed plans notifications.
Returns
A new RequestApprovalsDetails instance for mocking.