84 строки
6.3 KiB
YAML
84 строки
6.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.core.test.models.TestProxyRecordingOptions"
|
|
fullName: "com.azure.core.test.models.TestProxyRecordingOptions"
|
|
name: "TestProxyRecordingOptions"
|
|
nameWithType: "TestProxyRecordingOptions"
|
|
summary: "Keeps track of transport layer recording options to send to proxy."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public class **TestProxyRecordingOptions**"
|
|
constructors:
|
|
- uid: "com.azure.core.test.models.TestProxyRecordingOptions.TestProxyRecordingOptions()"
|
|
fullName: "com.azure.core.test.models.TestProxyRecordingOptions.TestProxyRecordingOptions()"
|
|
name: "TestProxyRecordingOptions()"
|
|
nameWithType: "TestProxyRecordingOptions.TestProxyRecordingOptions()"
|
|
syntax: "public TestProxyRecordingOptions()"
|
|
methods:
|
|
- uid: "com.azure.core.test.models.TestProxyRecordingOptions.getTransportOptions()"
|
|
fullName: "com.azure.core.test.models.TestProxyRecordingOptions.getTransportOptions()"
|
|
name: "getTransportOptions()"
|
|
nameWithType: "TestProxyRecordingOptions.getTransportOptions()"
|
|
summary: "Get test proxy transport options for recording."
|
|
syntax: "public TestProxyRecordingOptions.ProxyTransport getTransportOptions()"
|
|
desc: "Get test proxy transport options for recording."
|
|
returns:
|
|
description: "the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ProxyTransport\"></xref> options."
|
|
type: "<xref href=\"com.azure.core.test.models.TestProxyRecordingOptions.ProxyTransport?alt=com.azure.core.test.models.TestProxyRecordingOptions.ProxyTransport&text=ProxyTransport\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.core.test.models.TestProxyRecordingOptions.isAutoRedirect()"
|
|
fullName: "com.azure.core.test.models.TestProxyRecordingOptions.isAutoRedirect()"
|
|
name: "isAutoRedirect()"
|
|
nameWithType: "TestProxyRecordingOptions.isAutoRedirect()"
|
|
summary: "Get if auto redirecting is allowed."
|
|
syntax: "public boolean isAutoRedirect()"
|
|
desc: "Get if auto redirecting is allowed. Default value is set to true."
|
|
returns:
|
|
description: "the boolean value indicating if auto redirect is allowed."
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.core.test.models.TestProxyRecordingOptions.setAutoRedirect(boolean)"
|
|
fullName: "com.azure.core.test.models.TestProxyRecordingOptions.setAutoRedirect(boolean autoRedirect)"
|
|
name: "setAutoRedirect(boolean autoRedirect)"
|
|
nameWithType: "TestProxyRecordingOptions.setAutoRedirect(boolean autoRedirect)"
|
|
summary: "Set the boolean value indicating if auto redirect is allowed."
|
|
parameters:
|
|
- description: "the boolean value indicating if auto redirect is allowed."
|
|
name: "autoRedirect"
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TestProxyRecordingOptions setAutoRedirect(boolean autoRedirect)"
|
|
desc: "Set the boolean value indicating if auto redirect is allowed."
|
|
returns:
|
|
description: "the <xref uid=\"com.azure.core.test.models.TestProxyRecordingOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TestProxyRecordingOptions\"></xref> object."
|
|
type: "<xref href=\"com.azure.core.test.models.TestProxyRecordingOptions?alt=com.azure.core.test.models.TestProxyRecordingOptions&text=TestProxyRecordingOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.core.test.models.TestProxyRecordingOptions.setTransportOptions(com.azure.core.test.models.TestProxyRecordingOptions.ProxyTransport)"
|
|
fullName: "com.azure.core.test.models.TestProxyRecordingOptions.setTransportOptions(TestProxyRecordingOptions.ProxyTransport proxyTransportOptions)"
|
|
name: "setTransportOptions(TestProxyRecordingOptions.ProxyTransport proxyTransportOptions)"
|
|
nameWithType: "TestProxyRecordingOptions.setTransportOptions(TestProxyRecordingOptions.ProxyTransport proxyTransportOptions)"
|
|
summary: "Set test proxy transport options for recording."
|
|
parameters:
|
|
- description: "the test proxy transport options for recording"
|
|
name: "proxyTransportOptions"
|
|
type: "<xref href=\"com.azure.core.test.models.TestProxyRecordingOptions.ProxyTransport?alt=com.azure.core.test.models.TestProxyRecordingOptions.ProxyTransport&text=ProxyTransport\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public TestProxyRecordingOptions setTransportOptions(TestProxyRecordingOptions.ProxyTransport proxyTransportOptions)"
|
|
desc: "Set test proxy transport options for recording."
|
|
returns:
|
|
description: "the <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ProxyTransport\"></xref> options."
|
|
type: "<xref href=\"com.azure.core.test.models.TestProxyRecordingOptions?alt=com.azure.core.test.models.TestProxyRecordingOptions&text=TestProxyRecordingOptions\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Keeps track of transport layer recording options to send to proxy."
|
|
metadata: {}
|
|
package: "com.azure.core.test.models"
|
|
artifact: com.azure:azure-core-test:1.26.2
|