UpdateSapVirtualInstanceRequest 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.UpdateSapVirtualInstanceRequestTypeConverter))]
public class UpdateSapVirtualInstanceRequest : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IUpdateSapVirtualInstanceRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.UpdateSapVirtualInstanceRequestTypeConverter))>]
type UpdateSapVirtualInstanceRequest = class
interface IUpdateSapVirtualInstanceRequest
interface IJsonSerializable
Public Class UpdateSapVirtualInstanceRequest
Implements IUpdateSapVirtualInstanceRequest
- Inheritance
-
UpdateSapVirtualInstanceRequest
- Attributes
- Implements
Constructors
UpdateSapVirtualInstanceRequest() |
Creates an new UpdateSapVirtualInstanceRequest instance. |
Properties
IdentityType |
Type of manage identity |
IdentityUserAssignedIdentity |
User assigned identities dictionary |
ManagedResourcesNetworkAccessType |
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 |
Tag |
Gets or sets the Resource tags. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateSapVirtualInstanceRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateSapVirtualInstanceRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IUpdateSapVirtualInstanceRequest. |
FromJsonString(String) |
Creates a new instance of UpdateSapVirtualInstanceRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateSapVirtualInstanceRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |