Uses of Class
com.azure.resourcemanager.batch.models.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
Modifier 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.Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionPool.certificates()
Gets the certificates property: The list of certificates to be installed on each compute node in the pool.Modifier 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.