Uses of Class
com.azure.resourcemanager.containerregistry.models.TokenCertificate
Packages that use TokenCertificate
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TokenCertificate in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TokenCertificateModifier and TypeMethodDescriptionstatic TokenCertificateTokenCertificate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TokenCertificate from the JsonReader.TokenCertificate.withEncodedPemCertificate(String encodedPemCertificate) Set the encodedPemCertificate property: Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token.TokenCertificate.withExpiry(OffsetDateTime expiry) Set the expiry property: The expiry datetime of the certificate.TokenCertificate.withName(TokenCertificateName name) Set the name property: The name property.TokenCertificate.withThumbprint(String thumbprint) Set the thumbprint property: The thumbprint of the certificate.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TokenCertificateModifier and TypeMethodDescriptionTokenCredentialsProperties.certificates()Get the certificates property: The certificates property.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type TokenCertificateModifier and TypeMethodDescriptionTokenCredentialsProperties.withCertificates(List<TokenCertificate> certificates) Set the certificates property: The certificates property.