Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
void |
PoolOperations.patchPool(String poolId,
StartTask startTask,
Collection<CertificateReference> certificateReferences,
Collection<ApplicationPackageReference> applicationPackageReferences,
Collection<MetadataItem> metadata)
Updates the specified pool.
|
void |
PoolOperations.patchPool(String poolId,
StartTask startTask,
Collection<CertificateReference> certificateReferences,
Collection<ApplicationPackageReference> applicationPackageReferences,
Collection<MetadataItem> metadata,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified pool.
|
void |
PoolOperations.updatePoolProperties(String poolId,
StartTask startTask,
Collection<CertificateReference> certificateReferences,
Collection<ApplicationPackageReference> applicationPackageReferences,
Collection<MetadataItem> metadata)
Updates the specified pool.
|
void |
PoolOperations.updatePoolProperties(String poolId,
StartTask startTask,
Collection<CertificateReference> certificateReferences,
Collection<ApplicationPackageReference> applicationPackageReferences,
Collection<MetadataItem> metadata,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified pool.
|
Modifier and Type | Method and Description |
---|---|
CertificateReference |
CertificateReference.withStoreLocation(CertificateStoreLocation storeLocation)
Set the storeLocation value.
|
CertificateReference |
CertificateReference.withStoreName(String storeName)
Set the storeName value.
|
CertificateReference |
CertificateReference.withThumbprint(String thumbprint)
Set the thumbprint value.
|
CertificateReference |
CertificateReference.withThumbprintAlgorithm(String thumbprintAlgorithm)
Set the thumbprintAlgorithm value.
|
CertificateReference |
CertificateReference.withVisibility(List<CertificateVisibility> visibility)
Set the visibility value.
|
Modifier and Type | Method and Description |
---|---|
List<CertificateReference> |
PoolUpdatePropertiesParameter.certificateReferences()
Get the certificateReferences value.
|
List<CertificateReference> |
CloudPool.certificateReferences()
Get the certificateReferences value.
|
List<CertificateReference> |
PoolSpecification.certificateReferences()
Get the certificateReferences value.
|
List<CertificateReference> |
ComputeNode.certificateReferences()
Get the certificateReferences value.
|
List<CertificateReference> |
PoolAddParameter.certificateReferences()
Get the certificateReferences value.
|
List<CertificateReference> |
PoolPatchParameter.certificateReferences()
Get the certificateReferences value.
|
Modifier and Type | Method and Description |
---|---|
PoolUpdatePropertiesParameter |
PoolUpdatePropertiesParameter.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
CloudPool |
CloudPool.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
PoolSpecification |
PoolSpecification.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
ComputeNode |
ComputeNode.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
PoolAddParameter |
PoolAddParameter.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
PoolPatchParameter |
PoolPatchParameter.withCertificateReferences(List<CertificateReference> certificateReferences)
Set the certificateReferences value.
|
Copyright © 2019. All rights reserved.