public class CertificateReference extends Object
| Constructor and Description |
|---|
CertificateReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id value.
|
CertificateStoreLocation |
storeLocation()
Get the default value is currentUser.
|
String |
storeName()
Get this property is applicable only for pools configured with Windows nodes (that is, created with cloudServiceConfiguration, or with virtualMachineConfiguration using a Windows image reference).
|
List<CertificateVisibility> |
visibility()
Get the visibility value.
|
CertificateReference |
withId(String id)
Set 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.
|
public String id()
public CertificateReference withId(String id)
id - the id value to setpublic CertificateStoreLocation storeLocation()
public CertificateReference withStoreLocation(CertificateStoreLocation storeLocation)
storeLocation - the storeLocation value to setpublic String storeName()
public CertificateReference withStoreName(String storeName)
storeName - the storeName value to setpublic List<CertificateVisibility> visibility()
public CertificateReference withVisibility(List<CertificateVisibility> visibility)
visibility - the visibility value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/