azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.CertificateBaseProperties"
fullName: "com.microsoft.azure.management.batch.CertificateBaseProperties"
name: "CertificateBaseProperties"
nameWithType: "CertificateBaseProperties"
summary: "Base certificate properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **CertificateBaseProperties**"
constructors:
- uid: "com.microsoft.azure.management.batch.CertificateBaseProperties.CertificateBaseProperties()"
fullName: "com.microsoft.azure.management.batch.CertificateBaseProperties.CertificateBaseProperties()"
name: "CertificateBaseProperties()"
nameWithType: "CertificateBaseProperties.CertificateBaseProperties()"
syntax: "public CertificateBaseProperties()"
methods:
- uid: "com.microsoft.azure.management.batch.CertificateBaseProperties.format()"
fullName: "com.microsoft.azure.management.batch.CertificateBaseProperties.format()"
name: "format()"
nameWithType: "CertificateBaseProperties.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: "<xref href=\"com.microsoft.azure.management.batch.CertificateFormat?alt=com.microsoft.azure.management.batch.CertificateFormat&text=CertificateFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.CertificateBaseProperties.thumbprint()"
fullName: "com.microsoft.azure.management.batch.CertificateBaseProperties.thumbprint()"
name: "thumbprint()"
nameWithType: "CertificateBaseProperties.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.CertificateBaseProperties.thumbprintAlgorithm()"
fullName: "com.microsoft.azure.management.batch.CertificateBaseProperties.thumbprintAlgorithm()"
name: "thumbprintAlgorithm()"
nameWithType: "CertificateBaseProperties.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.CertificateBaseProperties.withFormat(com.microsoft.azure.management.batch.CertificateFormat)"
fullName: "com.microsoft.azure.management.batch.CertificateBaseProperties.withFormat(CertificateFormat format)"
name: "withFormat(CertificateFormat format)"
nameWithType: "CertificateBaseProperties.withFormat(CertificateFormat format)"
summary: "Set the format of the certificate - either Pfx or Cer."
parameters:
- description: "the format value to set"
name: "format"
type: "<xref href=\"com.microsoft.azure.management.batch.CertificateFormat?alt=com.microsoft.azure.management.batch.CertificateFormat&text=CertificateFormat\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CertificateBaseProperties 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 CertificateBaseProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.CertificateBaseProperties?alt=com.microsoft.azure.management.batch.CertificateBaseProperties&text=CertificateBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.CertificateBaseProperties.withThumbprint(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.CertificateBaseProperties.withThumbprint(String thumbprint)"
name: "withThumbprint(String thumbprint)"
nameWithType: "CertificateBaseProperties.withThumbprint(String thumbprint)"
summary: "Set this must match the thumbprint from the name."
parameters:
- description: "the thumbprint value to set"
name: "thumbprint"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CertificateBaseProperties withThumbprint(String thumbprint)"
desc: "Set this must match the thumbprint from the name."
returns:
description: "the CertificateBaseProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.CertificateBaseProperties?alt=com.microsoft.azure.management.batch.CertificateBaseProperties&text=CertificateBaseProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.CertificateBaseProperties.withThumbprintAlgorithm(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.CertificateBaseProperties.withThumbprintAlgorithm(String thumbprintAlgorithm)"
name: "withThumbprintAlgorithm(String thumbprintAlgorithm)"
nameWithType: "CertificateBaseProperties.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CertificateBaseProperties withThumbprintAlgorithm(String thumbprintAlgorithm)"
desc: "Set this must match the first portion of the certificate name. Currently required to be 'SHA1'."
returns:
description: "the CertificateBaseProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.CertificateBaseProperties?alt=com.microsoft.azure.management.batch.CertificateBaseProperties&text=CertificateBaseProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Base certificate properties."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4