PlanetaryComputerGeoCatalogProperties 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 details of the Microsoft Planetary Computer Pro GeoCatalog.
public class PlanetaryComputerGeoCatalogProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PlanetaryComputer.Models.PlanetaryComputerGeoCatalogProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PlanetaryComputer.Models.PlanetaryComputerGeoCatalogProperties>
type PlanetaryComputerGeoCatalogProperties = class
interface IJsonModel<PlanetaryComputerGeoCatalogProperties>
interface IPersistableModel<PlanetaryComputerGeoCatalogProperties>
Public Class PlanetaryComputerGeoCatalogProperties
Implements IJsonModel(Of PlanetaryComputerGeoCatalogProperties), IPersistableModel(Of PlanetaryComputerGeoCatalogProperties)
- Inheritance
-
PlanetaryComputerGeoCatalogProperties
- Implements
Constructors
PlanetaryComputerGeoCatalogProperties() |
Initializes a new instance of PlanetaryComputerGeoCatalogProperties. |
Properties
AutoGeneratedDomainNameLabelScope |
The scope of the auto-generated domain name label. If not provided, defaults to TenantReuse. |
CatalogUri |
The URI of the catalog management UI. |
ProvisioningState |
The status of the last operation. |
Tier |
Tier of the catalog. This cannot be changed after the catalog is created. If not provided, defaults to Basic. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PlanetaryComputerGeoCatalogProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PlanetaryComputerGeoCatalogProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PlanetaryComputerGeoCatalogProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PlanetaryComputerGeoCatalogProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PlanetaryComputerGeoCatalogProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |