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 that can be used; currently limited to StorageAccount.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.UsageNameTypeConverter))]
public class UsageName : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IUsageName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.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 |
Gets a localized string describing the resource name. |
Value |
Gets a string describing the resource name. |
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.Functions.Models.Api20190401.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. |