PrivateStoreList 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 for the list of available private stores (between zero and one, inclusive)
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PrivateStoreListTypeConverter))]
public class PrivateStoreList : Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPrivateStoreList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.PrivateStoreListTypeConverter))>]
type PrivateStoreList = class
interface IPrivateStoreList
interface IJsonSerializable
Public Class PrivateStoreList
Implements IPrivateStoreList
- Inheritance
-
PrivateStoreList
- Attributes
- Implements
Constructors
PrivateStoreList() |
Creates an new PrivateStoreList instance. |
Properties
NextLink |
URL to get the next set of PrivateStore list results if there are any. |
Value |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateStoreList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateStoreList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Models.IPrivateStoreList. |
FromJsonString(String) |
Creates a new instance of PrivateStoreList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateStoreList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |