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

274 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loadtesting.models.LoadTests"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests"
name: "LoadTests"
nameWithType: "LoadTests"
summary: "Resource collection API of Load<wbr>Tests."
syntax: "public interface **LoadTests**"
methods:
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.define(java.lang.String)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.define(String name)"
name: "define(String name)"
nameWithType: "LoadTests.define(String name)"
summary: "Begins definition for a new Load<wbr>Test<wbr>Resource resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LoadTestResource.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new LoadTestResource resource."
returns:
description: "the first stage of the new LoadTestResource definition."
type: "<xref href=\"com.azure.resourcemanager.loadtesting.models.LoadTestResource.DefinitionStages.Blank?alt=com.azure.resourcemanager.loadtesting.models.LoadTestResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.delete(String resourceGroupName, String loadTestName, Context context)"
name: "delete(String resourceGroupName, String loadTestName, Context context)"
nameWithType: "LoadTests.delete(String resourceGroupName, String loadTestName, Context context)"
summary: "Delete a Load<wbr>Test resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Load Test name."
name: "loadTestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String loadTestName, Context context)"
desc: "Delete a LoadTest resource."
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "LoadTests.deleteById(String id)"
summary: "Delete a Load<wbr>Test resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Delete a LoadTest resource."
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "LoadTests.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a Load<wbr>Test resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void deleteByIdWithResponse(String id, Context context)"
desc: "Delete a LoadTest resource."
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.deleteByResourceGroup(String resourceGroupName, String loadTestName)"
name: "deleteByResourceGroup(String resourceGroupName, String loadTestName)"
nameWithType: "LoadTests.deleteByResourceGroup(String resourceGroupName, String loadTestName)"
summary: "Delete a Load<wbr>Test resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Load Test name."
name: "loadTestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteByResourceGroup(String resourceGroupName, String loadTestName)"
desc: "Delete a LoadTest resource."
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.getById(String id)"
name: "getById(String id)"
nameWithType: "LoadTests.getById(String id)"
summary: "Get a Load<wbr>Test resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LoadTestResource getById(String id)"
desc: "Get a LoadTest resource."
returns:
description: "a LoadTest resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.resourcemanager.loadtesting.models.LoadTestResource?alt=com.azure.resourcemanager.loadtesting.models.LoadTestResource&text=LoadTestResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "LoadTests.getByIdWithResponse(String id, Context context)"
summary: "Get a Load<wbr>Test resource."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<LoadTestResource> getByIdWithResponse(String id, Context context)"
desc: "Get a LoadTest resource."
returns:
description: "a LoadTest resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loadtesting.models.LoadTestResource?alt=com.azure.resourcemanager.loadtesting.models.LoadTestResource&text=LoadTestResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.getByResourceGroup(String resourceGroupName, String loadTestName)"
name: "getByResourceGroup(String resourceGroupName, String loadTestName)"
nameWithType: "LoadTests.getByResourceGroup(String resourceGroupName, String loadTestName)"
summary: "Get a Load<wbr>Test resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Load Test name."
name: "loadTestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract LoadTestResource getByResourceGroup(String resourceGroupName, String loadTestName)"
desc: "Get a LoadTest resource."
returns:
description: "a LoadTest resource."
type: "<xref href=\"com.azure.resourcemanager.loadtesting.models.LoadTestResource?alt=com.azure.resourcemanager.loadtesting.models.LoadTestResource&text=LoadTestResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.getByResourceGroupWithResponse(String resourceGroupName, String loadTestName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String loadTestName, Context context)"
nameWithType: "LoadTests.getByResourceGroupWithResponse(String resourceGroupName, String loadTestName, Context context)"
summary: "Get a Load<wbr>Test resource."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Load Test name."
name: "loadTestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<LoadTestResource> getByResourceGroupWithResponse(String resourceGroupName, String loadTestName, Context context)"
desc: "Get a LoadTest resource."
returns:
description: "a LoadTest resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loadtesting.models.LoadTestResource?alt=com.azure.resourcemanager.loadtesting.models.LoadTestResource&text=LoadTestResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.list()"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.list()"
name: "list()"
nameWithType: "LoadTests.list()"
summary: "Lists loadtests resources in a subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<LoadTestResource> list()"
desc: "Lists loadtests resources in a subscription."
returns:
description: "list of resources page result as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loadtesting.models.LoadTestResource?alt=com.azure.resourcemanager.loadtesting.models.LoadTestResource&text=LoadTestResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.list(Context context)"
name: "list(Context context)"
nameWithType: "LoadTests.list(Context context)"
summary: "Lists loadtests resources in a subscription."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<LoadTestResource> list(Context context)"
desc: "Lists loadtests resources in a subscription."
returns:
description: "list of resources page result as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loadtesting.models.LoadTestResource?alt=com.azure.resourcemanager.loadtesting.models.LoadTestResource&text=LoadTestResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "LoadTests.listByResourceGroup(String resourceGroupName)"
summary: "Lists loadtest resources in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<LoadTestResource> listByResourceGroup(String resourceGroupName)"
desc: "Lists loadtest resources in a resource group."
returns:
description: "list of resources page result as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loadtesting.models.LoadTestResource?alt=com.azure.resourcemanager.loadtesting.models.LoadTestResource&text=LoadTestResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "LoadTests.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Lists loadtest resources in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<LoadTestResource> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Lists loadtest resources in a resource group."
returns:
description: "list of resources page result as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loadtesting.models.LoadTestResource?alt=com.azure.resourcemanager.loadtesting.models.LoadTestResource&text=LoadTestResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.listOutboundNetworkDependenciesEndpoints(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String loadTestName)"
name: "listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String loadTestName)"
nameWithType: "LoadTests.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String loadTestName)"
summary: "Lists the endpoints that agents may call as part of load testing."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Load Test name."
name: "loadTestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<OutboundEnvironmentEndpoint> listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String loadTestName)"
desc: "Lists the endpoints that agents may call as part of load testing."
returns:
description: "values returned by the List operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loadtesting.models.OutboundEnvironmentEndpoint?alt=com.azure.resourcemanager.loadtesting.models.OutboundEnvironmentEndpoint&text=OutboundEnvironmentEndpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.loadtesting.models.LoadTests.listOutboundNetworkDependenciesEndpoints(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.loadtesting.models.LoadTests.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String loadTestName, Context context)"
name: "listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String loadTestName, Context context)"
nameWithType: "LoadTests.listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String loadTestName, Context context)"
summary: "Lists the endpoints that agents may call as part of load testing."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Load Test name."
name: "loadTestName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<OutboundEnvironmentEndpoint> listOutboundNetworkDependenciesEndpoints(String resourceGroupName, String loadTestName, Context context)"
desc: "Lists the endpoints that agents may call as part of load testing."
returns:
description: "values returned by the List operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.loadtesting.models.OutboundEnvironmentEndpoint?alt=com.azure.resourcemanager.loadtesting.models.OutboundEnvironmentEndpoint&text=OutboundEnvironmentEndpoint\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of LoadTests."
metadata: {}
package: "com.azure.resourcemanager.loadtesting.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtesting:1.0.0