SearchServiceOfferingsByRegion 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 SearchServiceOfferingsByRegion.
public class SearchServiceOfferingsByRegion : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Search.Models.SearchServiceOfferingsByRegion>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Search.Models.SearchServiceOfferingsByRegion>
type SearchServiceOfferingsByRegion = class
interface IJsonModel<SearchServiceOfferingsByRegion>
interface IPersistableModel<SearchServiceOfferingsByRegion>
Public Class SearchServiceOfferingsByRegion
Implements IJsonModel(Of SearchServiceOfferingsByRegion), IPersistableModel(Of SearchServiceOfferingsByRegion)
- Inheritance
-
SearchServiceOfferingsByRegion
- Implements
Properties
Features |
The list of features offered in this region. |
RegionName |
The name of the region. |
Skus |
The list of SKUs offered in this region. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SearchServiceOfferingsByRegion>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SearchServiceOfferingsByRegion>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SearchServiceOfferingsByRegion>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SearchServiceOfferingsByRegion>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SearchServiceOfferingsByRegion>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |