Uses of Class
com.azure.resourcemanager.batch.models.CertificateReference
Packages that use CertificateReference
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of CertificateReference in com.azure.resourcemanager.batch.fluent.models
Methods in com.azure.resourcemanager.batch.fluent.models that return types with arguments of type CertificateReferenceModifier and TypeMethodDescriptionPoolInner.certificates()Get the certificates property: The list of certificates to be installed on each compute node in the pool.PoolProperties.certificates()Get the certificates property: The list of certificates to be installed on each compute node in the pool.Method parameters in com.azure.resourcemanager.batch.fluent.models with type arguments of type CertificateReferenceModifier and TypeMethodDescriptionPoolInner.withCertificates(List<CertificateReference> certificates) Set the certificates property: The list of certificates to be installed on each compute node in the pool.PoolProperties.withCertificates(List<CertificateReference> certificates) Set the certificates property: The list of certificates to be installed on each compute node in the pool. -
Uses of CertificateReference in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return CertificateReferenceModifier and TypeMethodDescriptionSet the id property: The fully qualified ID of the certificate to install on the pool.CertificateReference.withStoreLocation(CertificateStoreLocation storeLocation) Set the storeLocation property: The location of the certificate store on the compute node into which to install the certificate.CertificateReference.withStoreName(String storeName) Set the storeName property: The name of the certificate store on the compute node into which to install the certificate.CertificateReference.withVisibility(List<CertificateVisibility> visibility) Set the visibility property: Which user accounts on the compute node should have access to the private data of the certificate.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type CertificateReferenceModifier and TypeMethodDescriptionPool.certificates()Gets the certificates property: The list of certificates to be installed on each compute node in the pool.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type CertificateReferenceModifier and TypeMethodDescriptionPool.DefinitionStages.WithCertificates.withCertificates(List<CertificateReference> certificates) Specifies the certificates property: The list of certificates to be installed on each compute node in the pool.Pool.UpdateStages.WithCertificates.withCertificates(List<CertificateReference> certificates) Specifies the certificates property: The list of certificates to be installed on each compute node in the pool.