public class CertificateCreateOrUpdateParameters
extends com.microsoft.azure.ProxyResource
| Constructor and Description |
|---|
CertificateCreateOrUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
data()
Get the maximum size is 10KB.
|
String |
etag()
Get the ETag of the resource, used for concurrency statements.
|
CertificateFormat |
format()
Get the format of the certificate - either Pfx or Cer.
|
String |
password()
Get this must not be specified if the certificate format is Cer.
|
String |
thumbprint()
Get this must match the thumbprint from the name.
|
String |
thumbprintAlgorithm()
Get this must match the first portion of the certificate name.
|
CertificateCreateOrUpdateParameters |
withData(String data)
Set the maximum size is 10KB.
|
CertificateCreateOrUpdateParameters |
withFormat(CertificateFormat format)
Set the format of the certificate - either Pfx or Cer.
|
CertificateCreateOrUpdateParameters |
withPassword(String password)
Set this must not be specified if the certificate format is Cer.
|
CertificateCreateOrUpdateParameters |
withThumbprint(String thumbprint)
Set this must match the thumbprint from the name.
|
CertificateCreateOrUpdateParameters |
withThumbprintAlgorithm(String thumbprintAlgorithm)
Set this must match the first portion of the certificate name.
|
public String thumbprintAlgorithm()
public CertificateCreateOrUpdateParameters withThumbprintAlgorithm(String thumbprintAlgorithm)
thumbprintAlgorithm - the thumbprintAlgorithm value to setpublic String thumbprint()
public CertificateCreateOrUpdateParameters withThumbprint(String thumbprint)
thumbprint - the thumbprint value to setpublic CertificateFormat format()
public CertificateCreateOrUpdateParameters withFormat(CertificateFormat format)
format - the format value to setpublic String data()
public CertificateCreateOrUpdateParameters withData(String data)
data - the data value to setpublic String password()
public CertificateCreateOrUpdateParameters withPassword(String password)
password - the password value to setpublic String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/