ReplicaListResult 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 result of a request to list replicas.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.ReplicaListResultTypeConverter))]
public class ReplicaListResult : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IReplicaListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.ReplicaListResultTypeConverter))>]
type ReplicaListResult = class
interface IReplicaListResult
interface IJsonSerializable
Public Class ReplicaListResult
Implements IReplicaListResult
- Inheritance
-
ReplicaListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ReplicaListResult() |
Creates an new ReplicaListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
The URI that can be used to request the next set of paged results. |
| Value |
The collection value. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReplicaListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReplicaListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IReplicaListResult. |
| FromJsonString(String) |
Creates a new instance of ReplicaListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReplicaListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |