UsageName 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 Usage Names.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UsageNameTypeConverter))]
public class UsageName : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IUsageName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.UsageNameTypeConverter))>]
type UsageName = class
interface IUsageName
interface IJsonSerializable
Public Class UsageName
Implements IUsageName
- Inheritance
-
UsageName
- Attributes
- Implements
Constructors
UsageName() |
Creates an new UsageName instance. |
Properties
LocalizedValue |
The localized name of the resource. |
Value |
The name of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UsageName. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IUsageName. |
FromJsonString(String) |
Creates a new instance of UsageName, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |