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

ArmWorkloadsSapVirtualInstanceModelFactory.SapVirtualInstancePatch Method

Definition

public static Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstancePatch SapVirtualInstancePatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceIdentity identity = default, Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.ManagedResourcesNetworkAccessType? updateSapVirtualInstanceManagedResourcesNetworkAccessType = default);
static member SapVirtualInstancePatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstanceIdentity * Nullable<Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.ManagedResourcesNetworkAccessType> -> Azure.ResourceManager.WorkloadsSapVirtualInstance.Models.SapVirtualInstancePatch
Public Shared Function SapVirtualInstancePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As SapVirtualInstanceIdentity = Nothing, Optional updateSapVirtualInstanceManagedResourcesNetworkAccessType As Nullable(Of ManagedResourcesNetworkAccessType) = Nothing) As SapVirtualInstancePatch

Parameters

tags
IDictionary<String,String>

Gets or sets the Resource tags.

identity
SapVirtualInstanceIdentity

Managed service identity (user assigned identities).

updateSapVirtualInstanceManagedResourcesNetworkAccessType
Nullable<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.

Returns

A new SapVirtualInstancePatch instance for mocking.

Applies to