SapProviderInstanceData 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.
A class representing the SapProviderInstance data model. A provider instance associated with SAP monitor.
public class SapProviderInstanceData : Azure.ResourceManager.Models.ResourceData
public class SapProviderInstanceData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.SapProviderInstanceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.SapProviderInstanceData>
type SapProviderInstanceData = class
inherit ResourceData
type SapProviderInstanceData = class
inherit ResourceData
interface IJsonModel<SapProviderInstanceData>
interface IPersistableModel<SapProviderInstanceData>
Public Class SapProviderInstanceData
Inherits ResourceData
Public Class SapProviderInstanceData
Inherits ResourceData
Implements IJsonModel(Of SapProviderInstanceData), IPersistableModel(Of SapProviderInstanceData)
- Inheritance
- Implements
Constructors
SapProviderInstanceData() |
Initializes a new instance of SapProviderInstanceData. |
Properties
Errors |
Defines the provider instance errors. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
[currently not in use] Managed service identity(user assigned identities). |
Name |
The name of the resource. (Inherited from ResourceData) |
ProviderSettings |
Defines the provider specific properties. Please note ProviderSpecificProperties 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 DB2ProviderInstanceProperties, MsSqlServerProviderInstanceProperties, PrometheusHAClusterProviderInstanceProperties, PrometheusOSProviderInstanceProperties, HanaDBProviderInstanceProperties and SapNetWeaverProviderInstanceProperties. |
ProvisioningState |
State of provisioning of the provider instance. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<SapProviderInstanceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SapProviderInstanceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SapProviderInstanceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SapProviderInstanceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SapProviderInstanceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET