次の方法で共有


ConfigServersOperationsExtensions.UpdatePatch メソッド

定義

構成サーバーを更新します。

public static Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource UpdatePatch (this Microsoft.Azure.Management.AppPlatform.IConfigServersOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource configServerResource);
static member UpdatePatch : Microsoft.Azure.Management.AppPlatform.IConfigServersOperations * string * string * Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource -> Microsoft.Azure.Management.AppPlatform.Models.ConfigServerResource
<Extension()>
Public Function UpdatePatch (operations As IConfigServersOperations, resourceGroupName As String, serviceName As String, configServerResource As ConfigServerResource) As ConfigServerResource

パラメーター

operations
IConfigServersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName
String

サービス リソースの名前。

configServerResource
ConfigServerResource

更新操作のパラメーター

戻り値

適用対象