| Modifier and Type | Method and Description |
|---|---|
CertificateReference |
CertificateReference.withId(String id)
Set the id value.
|
CertificateReference |
CertificateReference.withStoreLocation(CertificateStoreLocation storeLocation)
Set the default value is currentUser.
|
CertificateReference |
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 |
CertificateReference.withVisibility(List<CertificateVisibility> visibility)
Set the visibility value.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertificateReference> |
Pool.certificates() |
| Modifier and Type | Method and Description |
|---|---|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withCertificates(List<CertificateReference> certificates)
Specifies the certificates for compute nodes.
|
Pool.UpdateDefinitionStages.WithAttach<ParentT> |
Pool.UpdateDefinitionStages.WithAttach.withCertificates(List<CertificateReference> certificates)
Specifies the certificates for compute nodes.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withCertificates(List<CertificateReference> certificates)
Specifies the certificates for compute nodes.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/