ProviderResourceType 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.
Resource type managed by the resource provider.
public class ProviderResourceType : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ProviderResourceType>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ProviderResourceType>
type ProviderResourceType = class
interface IJsonModel<ProviderResourceType>
interface IPersistableModel<ProviderResourceType>
Public Class ProviderResourceType
Implements IJsonModel(Of ProviderResourceType), IPersistableModel(Of ProviderResourceType)
- Inheritance
-
ProviderResourceType
- Implements
Properties
Aliases |
The aliases that are supported by this resource type. |
ApiProfiles |
The API profiles for the resource provider. |
ApiVersions |
The API version. |
Capabilities |
The additional capabilities offered by this resource type. |
DefaultApiVersion |
The default API version. |
LocationMappings |
The location mappings that are supported by this resource type. |
Locations |
The collection of locations where this resource type can be created. |
Properties |
The properties. |
ResourceType |
The resource type. |
ZoneMappings |
Gets the zone mappings. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ProviderResourceType>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ProviderResourceType>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ProviderResourceType>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ProviderResourceType>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ProviderResourceType>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET