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

CertificateCreateOrUpdateParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.CertificateCreateOrUpdateParameters

public class CertificateCreateOrUpdateParameters

Certificate create or update details.

Constructor Summary

Constructor Description
CertificateCreateOrUpdateParameters()

Method Summary

Modifier and Type Method and Description
java.lang.String data()

Get base 64 encoded certificate using the application/x-pkcs12 representation.

java.lang.String password()

Get password for the Certificate.

CertificateCreateOrUpdateParameters withData(String data)

Set base 64 encoded certificate using the application/x-pkcs12 representation.

CertificateCreateOrUpdateParameters withPassword(String password)

Set password for the Certificate.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

CertificateCreateOrUpdateParameters

public CertificateCreateOrUpdateParameters()

Method Details

data

public String data()

Get base 64 encoded certificate using the application/x-pkcs12 representation.

Returns:

the data value

password

public String password()

Get password for the Certificate.

Returns:

the password value

withData

public CertificateCreateOrUpdateParameters withData(String data)

Set base 64 encoded certificate using the application/x-pkcs12 representation.

Parameters:

data - the data value to set

Returns:

the CertificateCreateOrUpdateParameters object itself.

withPassword

public CertificateCreateOrUpdateParameters withPassword(String password)

Set password for the Certificate.

Parameters:

password - the password value to set

Returns:

the CertificateCreateOrUpdateParameters object itself.

Applies to