SingleServerFullResourceNames Class

Definition

The resource name object where the specified values will be full resource names of the corresponding resources in a single server SAP system.

public class SingleServerFullResourceNames : Azure.ResourceManager.Workloads.Models.SingleServerCustomResourceNames
public class SingleServerFullResourceNames : Azure.ResourceManager.Workloads.Models.SingleServerCustomResourceNames, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.SingleServerFullResourceNames>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.SingleServerFullResourceNames>
type SingleServerFullResourceNames = class
    inherit SingleServerCustomResourceNames
type SingleServerFullResourceNames = class
    inherit SingleServerCustomResourceNames
    interface IJsonModel<SingleServerFullResourceNames>
    interface IPersistableModel<SingleServerFullResourceNames>
Public Class SingleServerFullResourceNames
Inherits SingleServerCustomResourceNames
Public Class SingleServerFullResourceNames
Inherits SingleServerCustomResourceNames
Implements IJsonModel(Of SingleServerFullResourceNames), IPersistableModel(Of SingleServerFullResourceNames)
Inheritance
SingleServerFullResourceNames
Implements

Constructors

SingleServerFullResourceNames()

Initializes a new instance of SingleServerFullResourceNames.

Properties

VirtualMachine

The resource names object for virtual machine and related resources.

Explicit Interface Implementations

IJsonModel<SingleServerCustomResourceNames>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SingleServerCustomResourceNames)
IJsonModel<SingleServerCustomResourceNames>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SingleServerCustomResourceNames)
IJsonModel<SingleServerFullResourceNames>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SingleServerFullResourceNames>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SingleServerCustomResourceNames>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SingleServerCustomResourceNames)
IPersistableModel<SingleServerCustomResourceNames>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SingleServerCustomResourceNames)
IPersistableModel<SingleServerCustomResourceNames>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SingleServerCustomResourceNames)
IPersistableModel<SingleServerFullResourceNames>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SingleServerFullResourceNames>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SingleServerFullResourceNames>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to