Condividi tramite


UpdateSapVirtualInstanceProperties Class

Definition

Defines the properties to be updated for Virtual Instance for SAP.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.UpdateSapVirtualInstancePropertiesTypeConverter))]
public class UpdateSapVirtualInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IUpdateSapVirtualInstanceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.UpdateSapVirtualInstancePropertiesTypeConverter))>]
type UpdateSapVirtualInstanceProperties = class
    interface IUpdateSapVirtualInstanceProperties
    interface IJsonSerializable
Public Class UpdateSapVirtualInstanceProperties
Implements IUpdateSapVirtualInstanceProperties
Inheritance
UpdateSapVirtualInstanceProperties
Attributes
Implements

Constructors

UpdateSapVirtualInstanceProperties()

Creates an new UpdateSapVirtualInstanceProperties instance.

Properties

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateSapVirtualInstanceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateSapVirtualInstanceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20231001Preview.IUpdateSapVirtualInstanceProperties.

FromJsonString(String)

Creates a new instance of UpdateSapVirtualInstanceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateSapVirtualInstanceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to