Uses of Class
com.azure.compute.batch.models.BatchCertificateReference
Packages that use BatchCertificateReference
-
Uses of BatchCertificateReference in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchCertificateReferenceModifier and TypeMethodDescriptionstatic BatchCertificateReference
BatchCertificateReference.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchCertificateReference from the JsonReader.BatchCertificateReference.setStoreLocation
(BatchCertificateStoreLocation storeLocation) Set the storeLocation property: The location of the Certificate store on the Compute Node into which to install the Certificate.BatchCertificateReference.setStoreName
(String storeName) Set the storeName property: The name of the Certificate store on the Compute Node into which to install the Certificate.BatchCertificateReference.setVisibility
(List<BatchCertificateVisibility> 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.compute.batch.models that return types with arguments of type BatchCertificateReferenceModifier and TypeMethodDescriptionBatchNode.getCertificateReferences()
Get the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.BatchPool.getCertificateReferences()
Get the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.BatchPoolCreateContent.getCertificateReferences()
Get the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.BatchPoolReplaceContent.getCertificateReferences()
Get the certificateReferences property: This list replaces any existing Certificate references configured on the Pool.BatchPoolSpecification.getCertificateReferences()
Get the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.BatchPoolUpdateContent.getCertificateReferences()
Get the certificateReferences property: If this element is present, it replaces any existing Certificate references configured on the Pool.Method parameters in com.azure.compute.batch.models with type arguments of type BatchCertificateReferenceModifier and TypeMethodDescriptionBatchPoolCreateContent.setCertificateReferences
(List<BatchCertificateReference> certificateReferences) Set the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.BatchPoolSpecification.setCertificateReferences
(List<BatchCertificateReference> certificateReferences) Set the certificateReferences property: For Windows Nodes, the Batch service installs the Certificates to the specified Certificate store and location.BatchPoolUpdateContent.setCertificateReferences
(List<BatchCertificateReference> certificateReferences) Set the certificateReferences property: If this element is present, it replaces any existing Certificate references configured on the Pool.Constructor parameters in com.azure.compute.batch.models with type arguments of type BatchCertificateReferenceModifierConstructorDescriptionBatchPoolReplaceContent
(List<BatchCertificateReference> certificateReferences, List<BatchApplicationPackageReference> applicationPackageReferences, List<MetadataItem> metadata) Creates an instance of BatchPoolReplaceContent class.