BasicInformation 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.
Basic information for any product system
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.BasicInformationTypeConverter))]
public class BasicInformation : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IBasicInformation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.BasicInformationTypeConverter))>]
type BasicInformation = class
interface IBasicInformation
interface IJsonSerializable
Public Class BasicInformation
Implements IBasicInformation
- Inheritance
-
BasicInformation
- Attributes
- Implements
Constructors
BasicInformation() |
Creates an new BasicInformation instance. |
Properties
AvailabilityInformationAvailabilityStage |
Current availability stage of the product. Availability stage |
AvailabilityInformationDisabledReason |
Reason why the product is disabled. |
AvailabilityInformationDisabledReasonMessage |
Message for why the product is disabled. |
CostInformationBillingInfoUrl |
Default url to display billing information |
CostInformationBillingMeterDetail |
Details on the various billing aspects for the product system. |
DescriptionAttribute |
Attributes for the product system. |
DescriptionKeyword |
Keywords for the product system. |
DescriptionLink |
Links for the product system. |
DescriptionLongDescription |
Long description of the product system. |
DescriptionShortDescription |
Short description of the product system. |
DescriptionType |
Type of description. |
DisplayName |
Display Name for the product system. |
HierarchyInformation |
Hierarchy information of a product. |
ImageInformation |
Image information for the product system. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BasicInformation. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BasicInformation. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IBasicInformation. |
FromJsonString(String) |
Creates a new instance of BasicInformation, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BasicInformation into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |