azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.l...

118 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loadtestservice.LoadTestManager"
fullName: "com.azure.resourcemanager.loadtestservice.LoadTestManager"
name: "LoadTestManager"
nameWithType: "LoadTestManager"
summary: "Entry point to Load<wbr>Test<wbr>Manager."
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 final class **LoadTestManager**"
methods:
- uid: "com.azure.resourcemanager.loadtestservice.LoadTestManager.authenticate(com.azure.core.credential.TokenCredential,com.azure.core.management.profile.AzureProfile)"
fullName: "com.azure.resourcemanager.loadtestservice.LoadTestManager.authenticate(TokenCredential credential, AzureProfile profile)"
name: "authenticate(TokenCredential credential, AzureProfile profile)"
nameWithType: "LoadTestManager.authenticate(TokenCredential credential, AzureProfile profile)"
summary: "Creates an instance of Load<wbr>Test service API entry point."
modifiers:
- "static"
parameters:
- description: "the credential to use."
name: "credential"
type: "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
- description: "the Azure profile for client."
name: "profile"
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static LoadTestManager authenticate(TokenCredential credential, AzureProfile profile)"
desc: "Creates an instance of LoadTest service API entry point."
returns:
description: "the LoadTest service API instance."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.LoadTestManager?alt=com.azure.resourcemanager.loadtestservice.LoadTestManager&text=LoadTestManager\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtestservice.LoadTestManager.authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)"
fullName: "com.azure.resourcemanager.loadtestservice.LoadTestManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
name: "authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
nameWithType: "LoadTestManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
summary: "Creates an instance of Load<wbr>Test service API entry point."
modifiers:
- "static"
parameters:
- description: "the <xref uid=\"com.azure.core.http.HttpPipeline\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpPipeline\"></xref> configured with Azure authentication credential."
name: "httpPipeline"
type: "<xref href=\"com.azure.core.http.HttpPipeline?alt=com.azure.core.http.HttpPipeline&text=HttpPipeline\" data-throw-if-not-resolved=\"False\" />"
- description: "the Azure profile for client."
name: "profile"
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static LoadTestManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
desc: "Creates an instance of LoadTest service API entry point."
returns:
description: "the LoadTest service API instance."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.LoadTestManager?alt=com.azure.resourcemanager.loadtestservice.LoadTestManager&text=LoadTestManager\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtestservice.LoadTestManager.configure()"
fullName: "com.azure.resourcemanager.loadtestservice.LoadTestManager.configure()"
name: "configure()"
nameWithType: "LoadTestManager.configure()"
summary: "Gets a Configurable instance that can be used to create Load<wbr>Test<wbr>Manager with optional configuration."
modifiers:
- "static"
syntax: "public static LoadTestManager.Configurable configure()"
desc: "Gets a Configurable instance that can be used to create LoadTestManager with optional configuration."
returns:
description: "the Configurable instance allowing configurations."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.LoadTestManager.Configurable?alt=com.azure.resourcemanager.loadtestservice.LoadTestManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtestservice.LoadTestManager.loadTests()"
fullName: "com.azure.resourcemanager.loadtestservice.LoadTestManager.loadTests()"
name: "loadTests()"
nameWithType: "LoadTestManager.loadTests()"
summary: "Gets the resource collection API of Load<wbr>Tests."
syntax: "public LoadTests loadTests()"
desc: "Gets the resource collection API of LoadTests. It manages LoadTestResource."
returns:
description: "Resource collection API of LoadTests."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.LoadTests?alt=com.azure.resourcemanager.loadtestservice.models.LoadTests&text=LoadTests\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtestservice.LoadTestManager.operations()"
fullName: "com.azure.resourcemanager.loadtestservice.LoadTestManager.operations()"
name: "operations()"
nameWithType: "LoadTestManager.operations()"
summary: "Gets the resource collection API of Operations."
syntax: "public Operations operations()"
desc: "Gets the resource collection API of Operations."
returns:
description: "Resource collection API of Operations."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.Operations?alt=com.azure.resourcemanager.loadtestservice.models.Operations&text=Operations\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtestservice.LoadTestManager.quotas()"
fullName: "com.azure.resourcemanager.loadtestservice.LoadTestManager.quotas()"
name: "quotas()"
nameWithType: "LoadTestManager.quotas()"
summary: "Gets the resource collection API of Quotas."
syntax: "public Quotas quotas()"
desc: "Gets the resource collection API of Quotas."
returns:
description: "Resource collection API of Quotas."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.Quotas?alt=com.azure.resourcemanager.loadtestservice.models.Quotas&text=Quotas\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtestservice.LoadTestManager.serviceClient()"
fullName: "com.azure.resourcemanager.loadtestservice.LoadTestManager.serviceClient()"
name: "serviceClient()"
nameWithType: "LoadTestManager.serviceClient()"
syntax: "public LoadTestClient serviceClient()"
returns:
description: "Wrapped service client LoadTestClient providing direct access to the underlying auto-generated API\n implementation, based on Azure REST API."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.fluent.LoadTestClient?alt=com.azure.resourcemanager.loadtestservice.fluent.LoadTestClient&text=LoadTestClient\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Entry point to LoadTestManager. LoadTest client provides access to LoadTest Resource and it's status operations."
metadata: {}
package: "com.azure.resourcemanager.loadtestservice"
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtestservice:1.0.0-beta.2