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

250 строки
21 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.chaos.models.Targets"
fullName: "com.azure.resourcemanager.chaos.models.Targets"
name: "Targets"
nameWithType: "Targets"
summary: "Resource collection API of Targets."
syntax: "public interface **Targets**"
methods:
- uid: "com.azure.resourcemanager.chaos.models.Targets.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.chaos.fluent.models.TargetInner)"
fullName: "com.azure.resourcemanager.chaos.models.Targets.createOrUpdate(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, TargetInner target)"
name: "createOrUpdate(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, TargetInner target)"
nameWithType: "Targets.createOrUpdate(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, TargetInner target)"
summary: "Create or update a Target resource that extends a tracked regional resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource provider namespace."
name: "parentProviderNamespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource type."
name: "parentResourceType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource name."
name: "parentResourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Target resource name."
name: "targetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Target resource to be created or updated."
name: "target"
type: "<xref href=\"com.azure.resourcemanager.chaos.fluent.models.TargetInner?alt=com.azure.resourcemanager.chaos.fluent.models.TargetInner&text=TargetInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Target createOrUpdate(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, TargetInner target)"
desc: "Create or update a Target resource that extends a tracked regional resource."
returns:
description: "model that represents a Target resource."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.Target?alt=com.azure.resourcemanager.chaos.models.Target&text=Target\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.Targets.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.chaos.fluent.models.TargetInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Targets.createOrUpdateWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, TargetInner target, Context context)"
name: "createOrUpdateWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, TargetInner target, Context context)"
nameWithType: "Targets.createOrUpdateWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, TargetInner target, Context context)"
summary: "Create or update a Target resource that extends a tracked regional resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource provider namespace."
name: "parentProviderNamespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource type."
name: "parentResourceType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource name."
name: "parentResourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Target resource name."
name: "targetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Target resource to be created or updated."
name: "target"
type: "<xref href=\"com.azure.resourcemanager.chaos.fluent.models.TargetInner?alt=com.azure.resourcemanager.chaos.fluent.models.TargetInner&text=TargetInner\" data-throw-if-not-resolved=\"False\" />"
- 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<Target> createOrUpdateWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, TargetInner target, Context context)"
desc: "Create or update a Target resource that extends a tracked regional resource."
returns:
description: "model that represents a Target 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.chaos.models.Target?alt=com.azure.resourcemanager.chaos.models.Target&text=Target\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Targets.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Targets.delete(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName)"
name: "delete(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName)"
nameWithType: "Targets.delete(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName)"
summary: "Delete a Target resource that extends a tracked regional resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource provider namespace."
name: "parentProviderNamespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource type."
name: "parentResourceType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource name."
name: "parentResourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Target resource name."
name: "targetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName)"
desc: "Delete a Target resource that extends a tracked regional resource."
- uid: "com.azure.resourcemanager.chaos.models.Targets.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Targets.deleteWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, Context context)"
nameWithType: "Targets.deleteWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, Context context)"
summary: "Delete a Target resource that extends a tracked regional resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource provider namespace."
name: "parentProviderNamespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource type."
name: "parentResourceType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource name."
name: "parentResourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Target resource name."
name: "targetName"
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<Void> deleteWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, Context context)"
desc: "Delete a Target resource that extends a tracked regional resource."
returns:
description: "the <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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Targets.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Targets.get(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName)"
name: "get(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName)"
nameWithType: "Targets.get(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName)"
summary: "Get a Target resource that extends a tracked regional resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource provider namespace."
name: "parentProviderNamespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource type."
name: "parentResourceType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource name."
name: "parentResourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Target resource name."
name: "targetName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Target get(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName)"
desc: "Get a Target resource that extends a tracked regional resource."
returns:
description: "a Target resource that extends a tracked regional resource."
type: "<xref href=\"com.azure.resourcemanager.chaos.models.Target?alt=com.azure.resourcemanager.chaos.models.Target&text=Target\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.chaos.models.Targets.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Targets.getWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, Context context)"
name: "getWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, Context context)"
nameWithType: "Targets.getWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, Context context)"
summary: "Get a Target resource that extends a tracked regional resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource provider namespace."
name: "parentProviderNamespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource type."
name: "parentResourceType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource name."
name: "parentResourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a Target resource name."
name: "targetName"
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<Target> getWithResponse(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String targetName, Context context)"
desc: "Get a Target resource that extends a tracked regional resource."
returns:
description: "a Target resource that extends a tracked regional 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.chaos.models.Target?alt=com.azure.resourcemanager.chaos.models.Target&text=Target\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Targets.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.chaos.models.Targets.list(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName)"
name: "list(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName)"
nameWithType: "Targets.list(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName)"
summary: "Get a list of Target resources that extend a tracked regional resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource provider namespace."
name: "parentProviderNamespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource type."
name: "parentResourceType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource name."
name: "parentResourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<Target> list(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName)"
desc: "Get a list of Target resources that extend a tracked regional resource."
returns:
description: "a list of Target resources that extend a tracked regional resource as paginated response with\n <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.models.Target?alt=com.azure.resourcemanager.chaos.models.Target&text=Target\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.chaos.models.Targets.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.chaos.models.Targets.list(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String continuationToken, Context context)"
name: "list(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String continuationToken, Context context)"
nameWithType: "Targets.list(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String continuationToken, Context context)"
summary: "Get a list of Target resources that extend a tracked regional resource."
modifiers:
- "abstract"
parameters:
- description: "String that represents an Azure resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource provider namespace."
name: "parentProviderNamespace"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource type."
name: "parentResourceType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "String that represents a resource name."
name: "parentResourceName"
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<Target> list(String resourceGroupName, String parentProviderNamespace, String parentResourceType, String parentResourceName, String continuationToken, Context context)"
desc: "Get a list of Target resources that extend a tracked regional resource."
returns:
description: "a list of Target resources that extend a tracked regional resource as paginated response with\n <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.models.Target?alt=com.azure.resourcemanager.chaos.models.Target&text=Target\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Targets."
metadata: {}
package: "com.azure.resourcemanager.chaos.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-chaos:1.1.0