### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters"
name: "CertificateCreateOrUpdateParameters"
nameWithType: "CertificateCreateOrUpdateParameters"
summary: "Contains information about a certificate."
inheritances:
- ""
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **CertificateCreateOrUpdateParameters** extends "
constructors:
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.CertificateCreateOrUpdateParameters()"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.CertificateCreateOrUpdateParameters()"
name: "CertificateCreateOrUpdateParameters()"
nameWithType: "CertificateCreateOrUpdateParameters.CertificateCreateOrUpdateParameters()"
syntax: "public CertificateCreateOrUpdateParameters()"
methods:
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.data()"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.data()"
name: "data()"
nameWithType: "CertificateCreateOrUpdateParameters.data()"
summary: "Get the maximum size is 10KB."
syntax: "public String data()"
desc: "Get the maximum size is 10KB."
returns:
description: "the data value"
type: ""
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.etag()"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.etag()"
name: "etag()"
nameWithType: "CertificateCreateOrUpdateParameters.etag()"
summary: "Get the ETag of the resource, used for concurrency statements."
syntax: "public String etag()"
desc: "Get the ETag of the resource, used for concurrency statements."
returns:
description: "the etag value"
type: ""
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.format()"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.format()"
name: "format()"
nameWithType: "CertificateCreateOrUpdateParameters.format()"
summary: "Get the format of the certificate - either Pfx or Cer."
syntax: "public CertificateFormat format()"
desc: "Get the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'."
returns:
description: "the format value"
type: ""
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.password()"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.password()"
name: "password()"
nameWithType: "CertificateCreateOrUpdateParameters.password()"
summary: "Get this must not be specified if the certificate format is Cer."
syntax: "public String password()"
desc: "Get this must not be specified if the certificate format is Cer."
returns:
description: "the password value"
type: ""
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.thumbprint()"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.thumbprint()"
name: "thumbprint()"
nameWithType: "CertificateCreateOrUpdateParameters.thumbprint()"
summary: "Get this must match the thumbprint from the name."
syntax: "public String thumbprint()"
desc: "Get this must match the thumbprint from the name."
returns:
description: "the thumbprint value"
type: ""
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.thumbprintAlgorithm()"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.thumbprintAlgorithm()"
name: "thumbprintAlgorithm()"
nameWithType: "CertificateCreateOrUpdateParameters.thumbprintAlgorithm()"
summary: "Get this must match the first portion of the certificate name."
syntax: "public String thumbprintAlgorithm()"
desc: "Get this must match the first portion of the certificate name. Currently required to be 'SHA1'."
returns:
description: "the thumbprintAlgorithm value"
type: ""
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.withData(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.withData(String data)"
name: "withData(String data)"
nameWithType: "CertificateCreateOrUpdateParameters.withData(String data)"
summary: "Set the maximum size is 10KB."
parameters:
- description: "the data value to set"
name: "data"
type: ""
syntax: "public CertificateCreateOrUpdateParameters withData(String data)"
desc: "Set the maximum size is 10KB."
returns:
description: "the CertificateCreateOrUpdateParameters object itself."
type: ""
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.withFormat(com.microsoft.azure.management.batch.CertificateFormat)"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.withFormat(CertificateFormat format)"
name: "withFormat(CertificateFormat format)"
nameWithType: "CertificateCreateOrUpdateParameters.withFormat(CertificateFormat format)"
summary: "Set the format of the certificate - either Pfx or Cer."
parameters:
- description: "the format value to set"
name: "format"
type: ""
syntax: "public CertificateCreateOrUpdateParameters withFormat(CertificateFormat format)"
desc: "Set the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'."
returns:
description: "the CertificateCreateOrUpdateParameters object itself."
type: ""
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.withPassword(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.withPassword(String password)"
name: "withPassword(String password)"
nameWithType: "CertificateCreateOrUpdateParameters.withPassword(String password)"
summary: "Set this must not be specified if the certificate format is Cer."
parameters:
- description: "the password value to set"
name: "password"
type: ""
syntax: "public CertificateCreateOrUpdateParameters withPassword(String password)"
desc: "Set this must not be specified if the certificate format is Cer."
returns:
description: "the CertificateCreateOrUpdateParameters object itself."
type: ""
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.withThumbprint(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.withThumbprint(String thumbprint)"
name: "withThumbprint(String thumbprint)"
nameWithType: "CertificateCreateOrUpdateParameters.withThumbprint(String thumbprint)"
summary: "Set this must match the thumbprint from the name."
parameters:
- description: "the thumbprint value to set"
name: "thumbprint"
type: ""
syntax: "public CertificateCreateOrUpdateParameters withThumbprint(String thumbprint)"
desc: "Set this must match the thumbprint from the name."
returns:
description: "the CertificateCreateOrUpdateParameters object itself."
type: ""
- uid: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.withThumbprintAlgorithm(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters.withThumbprintAlgorithm(String thumbprintAlgorithm)"
name: "withThumbprintAlgorithm(String thumbprintAlgorithm)"
nameWithType: "CertificateCreateOrUpdateParameters.withThumbprintAlgorithm(String thumbprintAlgorithm)"
summary: "Set this must match the first portion of the certificate name."
parameters:
- description: "the thumbprintAlgorithm value to set"
name: "thumbprintAlgorithm"
type: ""
syntax: "public CertificateCreateOrUpdateParameters withThumbprintAlgorithm(String thumbprintAlgorithm)"
desc: "Set this must match the first portion of the certificate name. Currently required to be 'SHA1'."
returns:
description: "the CertificateCreateOrUpdateParameters object itself."
type: ""
type: "class"
desc: "Contains information about a certificate."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4