ProviderInstanceListResult 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.
The response from the List provider instances operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ProviderInstanceListResultTypeConverter))]
public class ProviderInstanceListResult : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IProviderInstanceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ProviderInstanceListResultTypeConverter))>]
type ProviderInstanceListResult = class
interface IProviderInstanceListResult
interface IJsonSerializable
Public Class ProviderInstanceListResult
Implements IProviderInstanceListResult
- Inheritance
-
ProviderInstanceListResult
- Attributes
- Implements
Constructors
ProviderInstanceListResult() |
Creates an new ProviderInstanceListResult instance. |
Properties
NextLink |
The URL to get the next set of provider instances. |
Value |
The list of provider instances. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProviderInstanceListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProviderInstanceListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IProviderInstanceListResult. |
FromJsonString(String) |
Creates a new instance of ProviderInstanceListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProviderInstanceListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |