PrivateStoreNotificationsState 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.
Get private store notifications state
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PrivateStoreNotificationsStateTypeConverter))]
public class PrivateStoreNotificationsState : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPrivateStoreNotificationsState
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PrivateStoreNotificationsStateTypeConverter))>]
type PrivateStoreNotificationsState = class
interface IPrivateStoreNotificationsState
interface IJsonSerializable
Public Class PrivateStoreNotificationsState
Implements IPrivateStoreNotificationsState
- Inheritance
-
PrivateStoreNotificationsState
- Attributes
- Implements
Constructors
PrivateStoreNotificationsState() |
Creates an new PrivateStoreNotificationsState instance. |
Properties
ApprovalRequest | |
NewNotification | |
StopSellNotification |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateStoreNotificationsState. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateStoreNotificationsState. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPrivateStoreNotificationsState. |
FromJsonString(String) |
Creates a new instance of PrivateStoreNotificationsState, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateStoreNotificationsState into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |