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

93 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.chaos.fluent.TargetTypesClient"
fullName: "com.azure.resourcemanager.chaos.fluent.TargetTypesClient"
name: "TargetTypesClient"
nameWithType: "TargetTypesClient"
summary: "An instance of this class provides access to all the operations defined in Target<wbr>Types<wbr>Client."
syntax: "public interface **TargetTypesClient**"
methods:
- uid: "com.azure.resourcemanager.chaos.fluent.TargetTypesClient.get(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.fluent.TargetTypesClient.get(String locationName, String targetTypeName)"
name: "get(String locationName, String targetTypeName)"
nameWithType: "TargetTypesClient.get(String locationName, String targetTypeName)"
summary: "Get a Target Type resources for given location."
modifiers:
- "abstract"
parameters:
- description: "String that represents a Location resource name."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Target Type resource name."
name: "targetTypeName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract TargetTypeInner get(String locationName, String targetTypeName)"
desc: "Get a Target Type resources for given location."
returns:
description: "a Target Type resources for given location."
type: "<xref href=\"com.azure.resourcemanager.chaos.fluent.models.TargetTypeInner?alt=com.azure.resourcemanager.chaos.fluent.models.TargetTypeInner&text=TargetTypeInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.fluent.TargetTypesClient.getWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.fluent.TargetTypesClient.getWithResponse(String locationName, String targetTypeName, Context context)"
name: "getWithResponse(String locationName, String targetTypeName, Context context)"
nameWithType: "TargetTypesClient.getWithResponse(String locationName, String targetTypeName, Context context)"
summary: "Get a Target Type resources for given location."
modifiers:
- "abstract"
parameters:
- description: "String that represents a Location resource name."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Target Type resource name."
name: "targetTypeName"
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<TargetTypeInner> getWithResponse(String locationName, String targetTypeName, Context context)"
desc: "Get a Target Type resources for given location."
returns:
description: "a Target Type resources for given location 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.chaos.fluent.models.TargetTypeInner?alt=com.azure.resourcemanager.chaos.fluent.models.TargetTypeInner&text=TargetTypeInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.fluent.TargetTypesClient.list(java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.fluent.TargetTypesClient.list(String locationName)"
name: "list(String locationName)"
nameWithType: "TargetTypesClient.list(String locationName)"
summary: "Get a list of Target Type resources for given location."
modifiers:
- "abstract"
parameters:
- description: "String that represents a Location resource name."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<TargetTypeInner> list(String locationName)"
desc: "Get a list of Target Type resources for given location."
returns:
description: "a list of Target Type resources for given location 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.chaos.fluent.models.TargetTypeInner?alt=com.azure.resourcemanager.chaos.fluent.models.TargetTypeInner&text=TargetTypeInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.fluent.TargetTypesClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.fluent.TargetTypesClient.list(String locationName, String continuationToken, Context context)"
name: "list(String locationName, String continuationToken, Context context)"
nameWithType: "TargetTypesClient.list(String locationName, String continuationToken, Context context)"
summary: "Get a list of Target Type resources for given location."
modifiers:
- "abstract"
parameters:
- description: "String that represents a Location resource name."
name: "locationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that sets the continuation token."
name: "continuationToken"
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<TargetTypeInner> list(String locationName, String continuationToken, Context context)"
desc: "Get a list of Target Type resources for given location."
returns:
description: "a list of Target Type resources for given location 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.chaos.fluent.models.TargetTypeInner?alt=com.azure.resourcemanager.chaos.fluent.models.TargetTypeInner&text=TargetTypeInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in TargetTypesClient."
metadata: {}
package: "com.azure.resourcemanager.chaos.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-chaos:1.1.0