Sdílet prostřednictvím


IUpdateSapVirtualInstanceRequest Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to