ClfsTarget 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.
Properties pertaining to the ClfsTarget
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ClfsTargetTypeConverter))]
public class ClfsTarget : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IClfsTarget
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ClfsTargetTypeConverter))>]
type ClfsTarget = class
interface IClfsTarget
interface IJsonSerializable
Public Class ClfsTarget
Implements IClfsTarget
- Inheritance
-
ClfsTarget
- Attributes
- Implements
Constructors
ClfsTarget() |
Creates an new ClfsTarget instance. |
Properties
Target |
Resource ID of storage container. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClfsTarget. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClfsTarget. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IClfsTarget. |
FromJsonString(String) |
Creates a new instance of ClfsTarget, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClfsTarget into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |