共用方式為


PrivateStore Constructors

Definition

Overloads

PrivateStore()

Initializes a new instance of the PrivateStore class.

PrivateStore(String, String, String, SystemData, String, String, String, String, String, Nullable<Boolean>, IList<String>, IDictionary<String, String>, IList<Recipient>, Nullable<Boolean>)

Initializes a new instance of the PrivateStore class.

PrivateStore()

Initializes a new instance of the PrivateStore class.

public PrivateStore ();
Public Sub New ()

Applies to

PrivateStore(String, String, String, SystemData, String, String, String, String, String, Nullable<Boolean>, IList<String>, IDictionary<String, String>, IList<Recipient>, Nullable<Boolean>)

Initializes a new instance of the PrivateStore class.

public PrivateStore (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Marketplace.Models.SystemData systemData = default, string availability = default, string privateStoreId = default, string eTag = default, string privateStoreName = default, string tenantId = default, bool? isGov = default, System.Collections.Generic.IList<string> collectionIds = default, System.Collections.Generic.IDictionary<string,string> branding = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.Recipient> recipients = default, bool? sendToAllMarketplaceAdmins = default);
new Microsoft.Azure.Management.Marketplace.Models.PrivateStore : string * string * string * Microsoft.Azure.Management.Marketplace.Models.SystemData * string * string * string * string * string * Nullable<bool> * System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Marketplace.Models.Recipient> * Nullable<bool> -> Microsoft.Azure.Management.Marketplace.Models.PrivateStore
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional availability As String = Nothing, Optional privateStoreId As String = Nothing, Optional eTag As String = Nothing, Optional privateStoreName As String = Nothing, Optional tenantId As String = Nothing, Optional isGov As Nullable(Of Boolean) = Nothing, Optional collectionIds As IList(Of String) = Nothing, Optional branding As IDictionary(Of String, String) = Nothing, Optional recipients As IList(Of Recipient) = Nothing, Optional sendToAllMarketplaceAdmins As Nullable(Of Boolean) = Nothing)

Parameters

id
String

The resource ID.

name
String

The name of the resource.

type
String

The type of the resource.

systemData
SystemData

Metadata pertaining to creation and last modification of the resource

availability
String

Indicates private store availability. Possible values include: 'enabled', 'disabled'

privateStoreId
String

Private Store id

eTag
String

Identifier for purposes of race condition

privateStoreName
String

Private Store Name

tenantId
String

Tenant id

isGov
Nullable<Boolean>

Is government

collectionIds
IList<String>

Gets list of associated collection ids

branding
IDictionary<String,String>

Gets or sets list of branding characteristics

recipients
IList<Recipient>

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

Applies to