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 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstancePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstancePatch>
type SapVirtualInstancePatch = class
interface IJsonModel<SapVirtualInstancePatch>
interface IPersistableModel<SapVirtualInstancePatch>
Public Class SapVirtualInstancePatch
Implements IJsonModel(Of SapVirtualInstancePatch), IPersistableModel(Of SapVirtualInstancePatch)
- Inheritance
-
SapVirtualInstancePatch
- Implements
Constructors
SapVirtualInstancePatch() |
Initializes a new instance of SapVirtualInstancePatch. |
Properties
Identity |
Managed service identity (user assigned identities). |
Tags |
Gets or sets the Resource tags. |
UpdateSapVirtualInstanceManagedResourcesNetworkAccessType |
Specifies the network access configuration for the resources that will be deployed in the Managed Resource Group. The options to choose from are Public and Private. If 'Private' is chosen, the Storage Account service tag should be enabled on the subnets in which the SAP VMs exist. This is required for establishing connectivity between VM extensions and the managed resource group storage account. This setting is currently applicable only to Storage Account. Learn more here https://go.microsoft.com/fwlink/?linkid=2247228. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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. |