Udostępnij za pośrednictwem


ArmMarketplaceOrderingModelFactory.MarketplaceAgreementTermData Method

Definition

Initializes a new instance of MarketplaceAgreementTermData.

public static Azure.ResourceManager.MarketplaceOrdering.MarketplaceAgreementTermData MarketplaceAgreementTermData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string publisher = default, string product = default, string plan = default, Uri licenseTextLink = default, Uri privacyPolicyLink = default, Uri marketplaceTermsLink = default, DateTimeOffset? retrievedOn = default, string signature = default, bool? isAccepted = default);
static member MarketplaceAgreementTermData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Uri * Uri * Uri * Nullable<DateTimeOffset> * string * Nullable<bool> -> Azure.ResourceManager.MarketplaceOrdering.MarketplaceAgreementTermData
Public Shared Function MarketplaceAgreementTermData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional publisher As String = Nothing, Optional product As String = Nothing, Optional plan As String = Nothing, Optional licenseTextLink As Uri = Nothing, Optional privacyPolicyLink As Uri = Nothing, Optional marketplaceTermsLink As Uri = Nothing, Optional retrievedOn As Nullable(Of DateTimeOffset) = Nothing, Optional signature As String = Nothing, Optional isAccepted As Nullable(Of Boolean) = Nothing) As MarketplaceAgreementTermData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

publisher
String

Publisher identifier string of image being deployed.

product
String

Offer identifier string of image being deployed.

plan
String

Plan identifier string of image being deployed.

licenseTextLink
Uri

Link to HTML with Microsoft and Publisher terms.

privacyPolicyLink
Uri

Link to the privacy policy of the publisher.

marketplaceTermsLink
Uri

Link to HTML with Azure Marketplace terms.

retrievedOn
Nullable<DateTimeOffset>

Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.

signature
String

Terms signature.

isAccepted
Nullable<Boolean>

If any version of the terms have been accepted, otherwise false.

Returns

A new MarketplaceAgreementTermData instance for mocking.

Applies to