SapVirtualInstancePatch 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.
Defines the request body for updating Virtual Instance for SAP.
public class SapVirtualInstancePatch
public class SapVirtualInstancePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Workloads.Models.SapVirtualInstancePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Workloads.Models.SapVirtualInstancePatch>
type SapVirtualInstancePatch = class
type SapVirtualInstancePatch = class
interface IJsonModel<SapVirtualInstancePatch>
interface IPersistableModel<SapVirtualInstancePatch>
Public Class SapVirtualInstancePatch
Public Class SapVirtualInstancePatch
Implements IJsonModel(Of SapVirtualInstancePatch), IPersistableModel(Of SapVirtualInstancePatch)
- Inheritance
-
SapVirtualInstancePatch
- Implements
Constructors
SapVirtualInstancePatch() |
Initializes a new instance of SapVirtualInstancePatch. |
Properties
Identity |
A pre-created user assigned identity with appropriate roles assigned. To learn more on identity and roles required, visit the ACSS how-to-guide. |
Tags |
Gets or sets the Resource tags. |
Explicit Interface Implementations
IJsonModel<SapVirtualInstancePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SapVirtualInstancePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SapVirtualInstancePatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SapVirtualInstancePatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SapVirtualInstancePatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET