TestProxyRecordingOptions.ProxyTransport Class
- java.
lang. Object - com.
azure. core. test. models. TestProxyRecordingOptions. ProxyTransport
- com.
public static class TestProxyRecordingOptions.ProxyTransport
Model for proxy transport options
Constructor Summary
Constructor | Description | |
---|---|---|
ProxyTransport() |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Certificate> |
getCertificates()
Get allowed certificates for the recording. |
String |
gettLSValidationCert()
Get the TLS/SSL Certificate |
Proxy |
setCertificates(List<TestProxyRecordingOptions.Certificate> certificates)
Set allowed certificates for the recording. |
Proxy |
settLSValidationCert(String tLSValidationCert)
Set the TLS/SSL Certificate |
Methods inherited from java.lang.Object
Constructor Details
ProxyTransport
public ProxyTransport()
Method Details
getCertificates
public List
Get allowed certificates for the recording.
Returns:
gettLSValidationCert
public String gettLSValidationCert()
Get the TLS/SSL Certificate
Returns:
setCertificates
public TestProxyRecordingOptions.ProxyTransport setCertificates(List
Set allowed certificates for the recording.
Parameters:
Returns:
settLSValidationCert
public TestProxyRecordingOptions.ProxyTransport settLSValidationCert(String tLSValidationCert)
Set the TLS/SSL Certificate
Parameters:
Returns:
Applies to
Azure SDK for Java