Uses of Class
com.microsoft.azure.management.batch.CertificateReference
Packages that use CertificateReference
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of CertificateReference in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return CertificateReferenceModifier 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.Methods in com.microsoft.azure.management.batch that return types with arguments of type CertificateReferenceMethod parameters in com.microsoft.azure.management.batch with type arguments of type CertificateReferenceModifier 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.