WorkbookTemplatePropertiesLocalized 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.
Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplatePropertiesLocalizedTypeConverter))]
public class WorkbookTemplatePropertiesLocalized : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplatePropertiesLocalized, Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplateLocalizedGallery[]>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.WorkbookTemplatePropertiesLocalizedTypeConverter))>]
type WorkbookTemplatePropertiesLocalized = class
interface IWorkbookTemplatePropertiesLocalized
interface IJsonSerializable
interface IAssociativeArray<IWorkbookTemplateLocalizedGallery[]>
Public Class WorkbookTemplatePropertiesLocalized
Implements IAssociativeArray(Of IWorkbookTemplateLocalizedGallery()), IWorkbookTemplatePropertiesLocalized
- Inheritance
-
WorkbookTemplatePropertiesLocalized
- Attributes
- Implements
Constructors
WorkbookTemplatePropertiesLocalized() |
Creates an new WorkbookTemplatePropertiesLocalized instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IWorkbookTemplateLocalizedGallery[]) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkbookTemplatePropertiesLocalized. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkbookTemplatePropertiesLocalized. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20201120.IWorkbookTemplatePropertiesLocalized. |
FromJsonString(String) |
Creates a new instance of WorkbookTemplatePropertiesLocalized, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkbookTemplatePropertiesLocalized into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, IWorkbookTemplateLocalizedGallery[]) |
Operators
Implicit(WorkbookTemplatePropertiesLocalized to Dictionary<String,IWorkbookTemplateLocalizedGallery[]>) |