次の方法で共有


CertificatesOperationsExtensions.CreateOrUpdate メソッド

定義

証明書リソースを作成または更新します。

public static Microsoft.Azure.Management.AppPlatform.Models.CertificateResource CreateOrUpdate (this Microsoft.Azure.Management.AppPlatform.ICertificatesOperations operations, string resourceGroupName, string serviceName, string certificateName, Microsoft.Azure.Management.AppPlatform.Models.CertificateResource certificateResource);
static member CreateOrUpdate : Microsoft.Azure.Management.AppPlatform.ICertificatesOperations * string * string * string * Microsoft.Azure.Management.AppPlatform.Models.CertificateResource -> Microsoft.Azure.Management.AppPlatform.Models.CertificateResource
<Extension()>
Public Function CreateOrUpdate (operations As ICertificatesOperations, resourceGroupName As String, serviceName As String, certificateName As String, certificateResource As CertificateResource) As CertificateResource

パラメーター

operations
ICertificatesOperations

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

resourceGroupName
String

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

serviceName
String

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

certificateName
String

証明書リソースの名前。

certificateResource
CertificateResource

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

戻り値

適用対象