ProductFamiliesMetadata 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.
Product families metadata details.
public class ProductFamiliesMetadata : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EdgeOrder.Models.ProductFamiliesMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EdgeOrder.Models.ProductFamiliesMetadata>
public class ProductFamiliesMetadata
type ProductFamiliesMetadata = class
interface IJsonModel<ProductFamiliesMetadata>
interface IPersistableModel<ProductFamiliesMetadata>
type ProductFamiliesMetadata = class
Public Class ProductFamiliesMetadata
Implements IJsonModel(Of ProductFamiliesMetadata), IPersistableModel(Of ProductFamiliesMetadata)
Public Class ProductFamiliesMetadata
- Inheritance
-
ProductFamiliesMetadata
- Implements
Properties
AvailabilityInformation |
Availability information of the product system. |
CostInformation |
Cost information for the product system. |
Description |
Description related to the product system. |
DisplayName |
Display Name for the product system. |
FilterableProperties |
list of filters supported for a product. |
HierarchyInformation |
Hierarchy information of a product. |
ImageInformation |
Image information for the product system. |
ProductLines |
List of product lines supported in the product family. |
ResourceProviderDetails |
Contains details related to resource provider. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ProductFamiliesMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ProductFamiliesMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ProductFamiliesMetadata>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ProductFamiliesMetadata>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ProductFamiliesMetadata>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET