ListByCustomRpManifest 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.
List of custom resource providers.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ListByCustomRpManifestTypeConverter))]
public class ListByCustomRpManifest : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.IListByCustomRpManifest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ListByCustomRpManifestTypeConverter))>]
type ListByCustomRpManifest = class
interface IListByCustomRpManifest
interface IJsonSerializable
Public Class ListByCustomRpManifest
Implements IListByCustomRpManifest
- Inheritance
-
ListByCustomRpManifest
- Attributes
- Implements
Constructors
ListByCustomRpManifest() |
Creates an new ListByCustomRpManifest instance. |
Properties
NextLink |
The URL to use for getting the next set of results. |
Value |
The array of custom resource provider manifests. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ListByCustomRpManifest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ListByCustomRpManifest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.IListByCustomRpManifest. |
FromJsonString(String) |
Creates a new instance of ListByCustomRpManifest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ListByCustomRpManifest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |