PrivateStoreProperties Class
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.
Describes the json payload on whether or not the private store is enabled for a given tenant
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PrivateStorePropertiesTypeConverter))]
public class PrivateStoreProperties : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPrivateStoreProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PrivateStorePropertiesTypeConverter))>]
type PrivateStoreProperties = class
interface IPrivateStoreProperties
interface IJsonSerializable
Public Class PrivateStoreProperties
Implements IPrivateStoreProperties
- Inheritance
-
PrivateStoreProperties
- Attributes
- Implements
Constructors
PrivateStoreProperties() |
Creates an new PrivateStoreProperties instance. |
Properties
Availability |
Indicates private store availability |
Branding |
Gets or sets list of branding characteristics |
CollectionId |
Gets list of associated collection ids |
ETag |
Identifier for purposes of race condition |
IsGov |
Is government |
NotificationSettingRecipient |
Gets or sets list of notified recipients for new requests |
NotificationSettingSendToAllMarketplaceAdmin |
Gets or sets whether to send email to all marketplace admins for new requests |
PrivateStoreId |
Private Store id |
PrivateStoreName |
Private Store Name |
TenantId |
Tenant id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateStoreProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateStoreProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPrivateStoreProperties. |
FromJsonString(String) |
Creates a new instance of PrivateStoreProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateStoreProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |