共用方式為


ArmMarketplaceModelFactory.PrivateStoreData Method

Definition

Initializes a new instance of PrivateStoreData.

public static Azure.ResourceManager.Marketplace.PrivateStoreData PrivateStoreData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Marketplace.Models.PrivateStoreAvailability? availability = default, Guid? privateStoreId = default, Azure.ETag? eTag = default, string privateStoreName = default, Guid? tenantId = default, bool? isGov = default, System.Collections.Generic.IEnumerable<Guid> collectionIds = default, System.Collections.Generic.IDictionary<string,string> branding = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Marketplace.Models.NotificationRecipient> recipients = default, bool? sendToAllMarketplaceAdmins = default);
static member PrivateStoreData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Marketplace.Models.PrivateStoreAvailability> * Nullable<Guid> * Nullable<Azure.ETag> * string * Nullable<Guid> * Nullable<bool> * seq<Guid> * System.Collections.Generic.IDictionary<string, string> * seq<Azure.ResourceManager.Marketplace.Models.NotificationRecipient> * Nullable<bool> -> Azure.ResourceManager.Marketplace.PrivateStoreData
Public Shared Function PrivateStoreData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional availability As Nullable(Of PrivateStoreAvailability) = Nothing, Optional privateStoreId As Nullable(Of Guid) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing, Optional privateStoreName As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional isGov As Nullable(Of Boolean) = Nothing, Optional collectionIds As IEnumerable(Of Guid) = Nothing, Optional branding As IDictionary(Of String, String) = Nothing, Optional recipients As IEnumerable(Of NotificationRecipient) = Nothing, Optional sendToAllMarketplaceAdmins As Nullable(Of Boolean) = Nothing) As PrivateStoreData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

availability
Nullable<PrivateStoreAvailability>

Indicates private store availability.

privateStoreId
Nullable<Guid>

Private Store id.

eTag
Nullable<ETag>

Identifier for purposes of race condition.

privateStoreName
String

Private Store Name.

tenantId
Nullable<Guid>

Tenant id.

isGov
Nullable<Boolean>

Is government.

collectionIds
IEnumerable<Guid>

Gets list of associated collection ids.

branding
IDictionary<String,String>

Gets or sets list of branding characteristics.

recipients
IEnumerable<NotificationRecipient>

Gets or sets list of notified recipients for new requests.

sendToAllMarketplaceAdmins
Nullable<Boolean>

Gets or sets whether to send email to all marketplace admins for new requests.

Returns

A new PrivateStoreData instance for mocking.

Applies to