Uses of Interface
com.azure.resourcemanager.batch.models.Certificate.DefinitionStages.WithCreate
Packages that use Certificate.DefinitionStages.WithCreate
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of Certificate.DefinitionStages.WithCreate in com.azure.resourcemanager.batch.models
Subinterfaces of Certificate.DefinitionStages.WithCreate in com.azure.resourcemanager.batch.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the Certificate definition.Methods in com.azure.resourcemanager.batch.models that return Certificate.DefinitionStages.WithCreateModifier and TypeMethodDescriptionCertificate.DefinitionStages.WithParentResource.withExistingBatchAccount(String resourceGroupName, String accountName) Specifies resourceGroupName, accountName.Certificate.DefinitionStages.WithFormat.withFormat(CertificateFormat format) Specifies the format property: The format of the certificate - either Pfx or Cer.Certificate.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: The entity state (ETag) version of the certificate to update.Certificate.DefinitionStages.WithIfNoneMatch.withIfNoneMatch(String ifNoneMatch) Specifies the ifNoneMatch property: Set to '*' to allow a new certificate to be created, but to prevent updating an existing certificate.Certificate.DefinitionStages.WithPassword.withPassword(String password) Specifies the password property: The password to access the certificate's private key.Certificate.DefinitionStages.WithThumbprint.withThumbprint(String thumbprint) Specifies the thumbprint property: The thumbprint of the certificate.Certificate.DefinitionStages.WithThumbprintAlgorithm.withThumbprintAlgorithm(String thumbprintAlgorithm) Specifies the thumbprintAlgorithm property: The algorithm of the certificate thumbprint.