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

274 строки
24 KiB
YAML

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