CustomLocationEnabledResourceTypeMetadata 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.
Metadata of the Resource Type.
public class CustomLocationEnabledResourceTypeMetadata : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ExtendedLocations.Models.CustomLocationEnabledResourceTypeMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ExtendedLocations.Models.CustomLocationEnabledResourceTypeMetadata>
public class CustomLocationEnabledResourceTypeMetadata
type CustomLocationEnabledResourceTypeMetadata = class
interface IJsonModel<CustomLocationEnabledResourceTypeMetadata>
interface IPersistableModel<CustomLocationEnabledResourceTypeMetadata>
type CustomLocationEnabledResourceTypeMetadata = class
Public Class CustomLocationEnabledResourceTypeMetadata
Implements IJsonModel(Of CustomLocationEnabledResourceTypeMetadata), IPersistableModel(Of CustomLocationEnabledResourceTypeMetadata)
Public Class CustomLocationEnabledResourceTypeMetadata
- Inheritance
-
CustomLocationEnabledResourceTypeMetadata
- Implements
Constructors
CustomLocationEnabledResourceTypeMetadata() |
Initializes a new instance of CustomLocationEnabledResourceTypeMetadata. |
Properties
ApiVersion |
Api Version of Resource Type. |
ResourceProviderNamespace |
Resource Provider Namespace of Resource Type. |
ResourceType |
Resource Type. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CustomLocationEnabledResourceTypeMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CustomLocationEnabledResourceTypeMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CustomLocationEnabledResourceTypeMetadata>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CustomLocationEnabledResourceTypeMetadata>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CustomLocationEnabledResourceTypeMetadata>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET