ThreeTierCustomResourceNames Class

Definition

The resource-names input to specify custom names for underlying azure resources that are part of a three tier SAP system. Please note ThreeTierCustomResourceNames is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ThreeTierFullResourceNames.

public abstract class ThreeTierCustomResourceNames
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Workloads.Models.UnknownThreeTierCustomResourceNames))]
public abstract class ThreeTierCustomResourceNames : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.ThreeTierCustomResourceNames>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.ThreeTierCustomResourceNames>
type ThreeTierCustomResourceNames = class
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Workloads.Models.UnknownThreeTierCustomResourceNames))>]
type ThreeTierCustomResourceNames = class
    interface IJsonModel<ThreeTierCustomResourceNames>
    interface IPersistableModel<ThreeTierCustomResourceNames>
Public MustInherit Class ThreeTierCustomResourceNames
Public MustInherit Class ThreeTierCustomResourceNames
Implements IJsonModel(Of ThreeTierCustomResourceNames), IPersistableModel(Of ThreeTierCustomResourceNames)
Inheritance
ThreeTierCustomResourceNames
Derived
Attributes
Implements

Constructors

ThreeTierCustomResourceNames()

Initializes a new instance of ThreeTierCustomResourceNames.

Explicit Interface Implementations

IJsonModel<ThreeTierCustomResourceNames>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ThreeTierCustomResourceNames>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ThreeTierCustomResourceNames>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ThreeTierCustomResourceNames>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ThreeTierCustomResourceNames>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to