DashboardLensParts 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 dashboard parts.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.DashboardLensPartsTypeConverter))]
public class DashboardLensParts : Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardLensParts, Microsoft.Azure.PowerShell.Cmdlets.Portal.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardParts>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.DashboardLensPartsTypeConverter))>]
type DashboardLensParts = class
interface IDashboardLensParts
interface IJsonSerializable
interface IAssociativeArray<IDashboardParts>
Public Class DashboardLensParts
Implements IAssociativeArray(Of IDashboardParts), IDashboardLensParts
- Inheritance
-
DashboardLensParts
- Attributes
- Implements
Constructors
DashboardLensParts() |
Creates an new DashboardLensParts instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IDashboardParts) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DashboardLensParts. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DashboardLensParts. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Portal.Models.Api201901Preview.IDashboardLensParts. |
FromJsonString(String) |
Creates a new instance of DashboardLensParts, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DashboardLensParts into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
TryGetValue(String, IDashboardParts) |
Operators
Implicit(DashboardLensParts to Dictionary<String,IDashboardParts>) |
Explicit Interface Implementations
IAssociativeArray<IDashboardParts>.AdditionalProperties | |
IAssociativeArray<IDashboardParts>.Count | |
IAssociativeArray<IDashboardParts>.Keys | |
IAssociativeArray<IDashboardParts>.Values |