Uses of Class
com.microsoft.azure.management.batch.CertificateReference
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of CertificateReference in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionSet the id value.CertificateReference.withStoreLocation
(CertificateStoreLocation storeLocation) Set the default value is currentUser.CertificateReference.withStoreName
(String storeName) Set this property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference).CertificateReference.withVisibility
(List<CertificateVisibility> visibility) Set the visibility value.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithAttach.withCertificates
(List<CertificateReference> certificates) Specifies the certificates for compute nodes.Pool.UpdateDefinitionStages.WithAttach.withCertificates
(List<CertificateReference> certificates) Specifies the certificates for compute nodes.Pool.UpdateStages.WithAttach.withCertificates
(List<CertificateReference> certificates) Specifies the certificates for compute nodes.