StorageTargetsResult 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.
A list of Storage Targets.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.StorageTargetsResultTypeConverter))]
public class StorageTargetsResult : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IStorageTargetsResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.StorageTargetsResultTypeConverter))>]
type StorageTargetsResult = class
interface IStorageTargetsResult
interface IJsonSerializable
Public Class StorageTargetsResult
Implements IStorageTargetsResult
- Inheritance
-
StorageTargetsResult
- Attributes
- Implements
Constructors
StorageTargetsResult() |
Creates an new StorageTargetsResult instance. |
Properties
NextLink |
The URI to fetch the next page of Storage Targets. |
Value |
The list of Storage Targets defined for the cache. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageTargetsResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageTargetsResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IStorageTargetsResult. |
FromJsonString(String) |
Creates a new instance of StorageTargetsResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageTargetsResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |