你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IUpdateSapVirtualInstanceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.UpdateSapVirtualInstancePropertiesTypeConverter))]
public interface IUpdateSapVirtualInstanceProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Models.Api20231001Preview.UpdateSapVirtualInstancePropertiesTypeConverter))>]
type IUpdateSapVirtualInstanceProperties = interface
    interface IJsonSerializable
Public Interface IUpdateSapVirtualInstanceProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to