172 строки
13 KiB
YAML
172 строки
13 KiB
YAML
### 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:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.microsoft.azure.ProxyResource?alt=com.microsoft.azure.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.microsoft.azure.ProxyResource.id()?alt=com.microsoft.azure.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.ProxyResource.name()?alt=com.microsoft.azure.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.ProxyResource.type()?alt=com.microsoft.azure.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **CertificateCreateOrUpdateParameters**</br> extends <xref href=\"com.microsoft.azure.ProxyResource?alt=com.microsoft.azure.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<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.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CertificateCreateOrUpdateParameters withData(String data)"
|
|
desc: "Set the maximum size is 10KB."
|
|
returns:
|
|
description: "the CertificateCreateOrUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters?alt=com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters&text=CertificateCreateOrUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<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 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: "<xref href=\"com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters?alt=com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters&text=CertificateCreateOrUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters?alt=com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters&text=CertificateCreateOrUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CertificateCreateOrUpdateParameters withThumbprint(String thumbprint)"
|
|
desc: "Set this must match the thumbprint from the name."
|
|
returns:
|
|
description: "the CertificateCreateOrUpdateParameters object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters?alt=com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters&text=CertificateCreateOrUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters?alt=com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters&text=CertificateCreateOrUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
|
|
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
|