次の方法で共有


CustomDomainsOperationsExtensions.BeginUpdate メソッド

定義

1 つのライフサイクル アプリケーションのカスタム ドメインを更新します。

public static Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource BeginUpdate(this Microsoft.Azure.Management.AppPlatform.ICustomDomainsOperations operations, string resourceGroupName, string serviceName, string appName, string domainName, Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource domainResource);
static member BeginUpdate : Microsoft.Azure.Management.AppPlatform.ICustomDomainsOperations * string * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource -> Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource
<Extension()>
Public Function BeginUpdate (operations As ICustomDomainsOperations, resourceGroupName As String, serviceName As String, appName As String, domainName As String, domainResource As CustomDomainResource) As CustomDomainResource

パラメーター

operations
ICustomDomainsOperations

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

resourceGroupName
String

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

serviceName
String

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

appName
String

アプリ リソースの名前。

domainName
String

カスタム ドメイン リソースの名前。

domainResource
CustomDomainResource

作成または更新操作のパラメーター

戻り値

適用対象