azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

239 строки
22 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate"
name: "CustomerCertificate"
nameWithType: "CustomerCertificate"
summary: "Customer Certificate used for https."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cdn.models.Certificate?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.cdn.models.Certificate?alt=com.azure.resourcemanager.cdn.models.Certificate&text=Certificate\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.cdn.models.Certificate.expirationDate()?alt=com.azure.resourcemanager.cdn.models.Certificate.expirationDate&text=expirationDate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cdn.models.Certificate.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.cdn.models.Certificate.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cdn.models.Certificate.subject()?alt=com.azure.resourcemanager.cdn.models.Certificate.subject&text=subject\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cdn.models.Certificate.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.cdn.models.Certificate.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cdn.models.Certificate.type()?alt=com.azure.resourcemanager.cdn.models.Certificate.type&text=type\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cdn.models.Certificate.validate()?alt=com.azure.resourcemanager.cdn.models.Certificate.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.cdn.models.Certificate.withType(com.azure.resourcemanager.cdn.models.SecretType)?alt=com.azure.resourcemanager.cdn.models.Certificate.withType&text=withType\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CustomerCertificate**</br> extends <xref href=\"com.azure.resourcemanager.cdn.models.Certificate?alt=com.azure.resourcemanager.cdn.models.Certificate&text=Certificate\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.CustomerCertificate()"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.CustomerCertificate()"
name: "CustomerCertificate()"
nameWithType: "CustomerCertificate.CustomerCertificate()"
summary: "Creates an instance of Customer<wbr>Certificate class."
syntax: "public CustomerCertificate()"
desc: "Creates an instance of CustomerCertificate class."
methods:
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.certificateAuthority()"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.certificateAuthority()"
name: "certificateAuthority()"
nameWithType: "CustomerCertificate.certificateAuthority()"
summary: "Get the certificate<wbr>Authority property: Certificate issuing authority."
syntax: "public String certificateAuthority()"
desc: "Get the certificateAuthority property: Certificate issuing authority."
returns:
description: "the certificateAuthority value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.expirationDate()"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.expirationDate()"
name: "expirationDate()"
nameWithType: "CustomerCertificate.expirationDate()"
summary: "Get the expiration<wbr>Date property: Certificate expiration date."
overridden: "com.azure.resourcemanager.cdn.models.Certificate.expirationDate()"
syntax: "public String expirationDate()"
desc: "Get the expirationDate property: Certificate expiration date."
returns:
description: "the expirationDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "CustomerCertificate.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Customer<wbr>Certificate from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CustomerCertificate fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the CustomerCertificate."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CustomerCertificate from the JsonReader."
returns:
description: "An instance of CustomerCertificate if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomerCertificate?alt=com.azure.resourcemanager.cdn.models.CustomerCertificate&text=CustomerCertificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.secretSource()"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.secretSource()"
name: "secretSource()"
nameWithType: "CustomerCertificate.secretSource()"
summary: "Get the secret<wbr>Source property: Resource reference to the Azure Key Vault certificate."
syntax: "public ResourceReference secretSource()"
desc: "Get the secretSource property: Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/\\{\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200bsubscriptionId\\}\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b/resourceGroups/\\{\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200bresourceGroupName\\}\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b/providers/Microsoft.KeyVault/vaults/\\{vaultName\\}\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b/secrets/\\{certificateName\\}\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b."
returns:
description: "the secretSource value."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ResourceReference?alt=com.azure.resourcemanager.cdn.models.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.secretVersion()"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.secretVersion()"
name: "secretVersion()"
nameWithType: "CustomerCertificate.secretVersion()"
summary: "Get the secret<wbr>Version property: Certificate version."
syntax: "public String secretVersion()"
desc: "Get the secretVersion property: Certificate version."
returns:
description: "the secretVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.subject()"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.subject()"
name: "subject()"
nameWithType: "CustomerCertificate.subject()"
summary: "Get the subject property: Subject name in the certificate."
overridden: "com.azure.resourcemanager.cdn.models.Certificate.subject()"
syntax: "public String subject()"
desc: "Get the subject property: Subject name in the certificate."
returns:
description: "the subject value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.subjectAlternativeNames()"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.subjectAlternativeNames()"
name: "subjectAlternativeNames()"
nameWithType: "CustomerCertificate.subjectAlternativeNames()"
summary: "Get the subject<wbr>Alternative<wbr>Names property: The list of SANs."
syntax: "public List<String> subjectAlternativeNames()"
desc: "Get the subjectAlternativeNames property: The list of SANs."
returns:
description: "the subjectAlternativeNames value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.thumbprint()"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.thumbprint()"
name: "thumbprint()"
nameWithType: "CustomerCertificate.thumbprint()"
summary: "Get the thumbprint property: Certificate thumbprint."
syntax: "public String thumbprint()"
desc: "Get the thumbprint property: Certificate thumbprint."
returns:
description: "the thumbprint value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "CustomerCertificate.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.cdn.models.Certificate.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.useLatestVersion()"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.useLatestVersion()"
name: "useLatestVersion()"
nameWithType: "CustomerCertificate.useLatestVersion()"
summary: "Get the use<wbr>Latest<wbr>Version property: Whether to use the latest version for the certificate."
syntax: "public Boolean useLatestVersion()"
desc: "Get the useLatestVersion property: Whether to use the latest version for the certificate."
returns:
description: "the useLatestVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.validate()"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.validate()"
name: "validate()"
nameWithType: "CustomerCertificate.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.cdn.models.Certificate.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.withSecretSource(com.azure.resourcemanager.cdn.models.ResourceReference)"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.withSecretSource(ResourceReference secretSource)"
name: "withSecretSource(ResourceReference secretSource)"
nameWithType: "CustomerCertificate.withSecretSource(ResourceReference secretSource)"
summary: "Set the secret<wbr>Source property: Resource reference to the Azure Key Vault certificate."
parameters:
- description: "the secretSource value to set."
name: "secretSource"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.ResourceReference?alt=com.azure.resourcemanager.cdn.models.ResourceReference&text=ResourceReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CustomerCertificate withSecretSource(ResourceReference secretSource)"
desc: "Set the secretSource property: Resource reference to the Azure Key Vault certificate. Expected to be in format of /subscriptions/\\{\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200bsubscriptionId\\}\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b/resourceGroups/\\{\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200bresourceGroupName\\}\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b/providers/Microsoft.KeyVault/vaults/\\{vaultName\\}\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b/secrets/\\{certificateName\\}\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b\\\\u200b."
returns:
description: "the CustomerCertificate object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomerCertificate?alt=com.azure.resourcemanager.cdn.models.CustomerCertificate&text=CustomerCertificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.withSecretVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.withSecretVersion(String secretVersion)"
name: "withSecretVersion(String secretVersion)"
nameWithType: "CustomerCertificate.withSecretVersion(String secretVersion)"
summary: "Set the secret<wbr>Version property: Certificate version."
parameters:
- description: "the secretVersion value to set."
name: "secretVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CustomerCertificate withSecretVersion(String secretVersion)"
desc: "Set the secretVersion property: Certificate version."
returns:
description: "the CustomerCertificate object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomerCertificate?alt=com.azure.resourcemanager.cdn.models.CustomerCertificate&text=CustomerCertificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.withSubjectAlternativeNames(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.withSubjectAlternativeNames(List<String> subjectAlternativeNames)"
name: "withSubjectAlternativeNames(List<String> subjectAlternativeNames)"
nameWithType: "CustomerCertificate.withSubjectAlternativeNames(List<String> subjectAlternativeNames)"
summary: "Set the subject<wbr>Alternative<wbr>Names property: The list of SANs."
parameters:
- description: "the subjectAlternativeNames value to set."
name: "subjectAlternativeNames"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public CustomerCertificate withSubjectAlternativeNames(List<String> subjectAlternativeNames)"
desc: "Set the subjectAlternativeNames property: The list of SANs."
returns:
description: "the CustomerCertificate object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomerCertificate?alt=com.azure.resourcemanager.cdn.models.CustomerCertificate&text=CustomerCertificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.withType(com.azure.resourcemanager.cdn.models.SecretType)"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.withType(SecretType type)"
name: "withType(SecretType type)"
nameWithType: "CustomerCertificate.withType(SecretType type)"
summary: "Set the type property: The type of the secret resource."
overridden: "com.azure.resourcemanager.cdn.models.Certificate.withType(com.azure.resourcemanager.cdn.models.SecretType)"
parameters:
- name: "type"
type: "<xref href=\"com.azure.resourcemanager.cdn.models.SecretType?alt=com.azure.resourcemanager.cdn.models.SecretType&text=SecretType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CustomerCertificate withType(SecretType type)"
desc: "Set the type property: The type of the secret resource."
returns:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomerCertificate?alt=com.azure.resourcemanager.cdn.models.CustomerCertificate&text=CustomerCertificate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.CustomerCertificate.withUseLatestVersion(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.cdn.models.CustomerCertificate.withUseLatestVersion(Boolean useLatestVersion)"
name: "withUseLatestVersion(Boolean useLatestVersion)"
nameWithType: "CustomerCertificate.withUseLatestVersion(Boolean useLatestVersion)"
summary: "Set the use<wbr>Latest<wbr>Version property: Whether to use the latest version for the certificate."
parameters:
- description: "the useLatestVersion value to set."
name: "useLatestVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public CustomerCertificate withUseLatestVersion(Boolean useLatestVersion)"
desc: "Set the useLatestVersion property: Whether to use the latest version for the certificate."
returns:
description: "the CustomerCertificate object itself."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.CustomerCertificate?alt=com.azure.resourcemanager.cdn.models.CustomerCertificate&text=CustomerCertificate\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Customer Certificate used for https."
metadata: {}
package: "com.azure.resourcemanager.cdn.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.42.0