246 строки
20 KiB
YAML
246 строки
20 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appcontainers.models.DaprComponents"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DaprComponents"
|
|
name: "DaprComponents"
|
|
nameWithType: "DaprComponents"
|
|
summary: "Resource collection API of Dapr<wbr>Components."
|
|
syntax: "public interface **DaprComponents**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DaprComponents.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DaprComponents.createOrUpdate(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope)"
|
|
name: "createOrUpdate(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope)"
|
|
nameWithType: "DaprComponents.createOrUpdate(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope)"
|
|
summary: "Creates or updates a Dapr Component."
|
|
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: "Name of the Managed Environment."
|
|
name: "environmentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Dapr Component."
|
|
name: "componentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Configuration details of the Dapr Component."
|
|
name: "daprComponentEnvelope"
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner&text=DaprComponentInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract DaprComponent createOrUpdate(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope)"
|
|
desc: "Creates or updates a Dapr Component. Creates or updates a Dapr Component in a Managed Environment."
|
|
returns:
|
|
description: "dapr Component."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DaprComponent?alt=com.azure.resourcemanager.appcontainers.models.DaprComponent&text=DaprComponent\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DaprComponents.createOrUpdateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DaprComponents.createOrUpdateWithResponse(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope, Context context)"
|
|
name: "createOrUpdateWithResponse(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope, Context context)"
|
|
nameWithType: "DaprComponents.createOrUpdateWithResponse(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope, Context context)"
|
|
summary: "Creates or updates a Dapr Component."
|
|
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: "Name of the Managed Environment."
|
|
name: "environmentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Dapr Component."
|
|
name: "componentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Configuration details of the Dapr Component."
|
|
name: "daprComponentEnvelope"
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner&text=DaprComponentInner\" 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<DaprComponent> createOrUpdateWithResponse(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope, Context context)"
|
|
desc: "Creates or updates a Dapr Component. Creates or updates a Dapr Component in a Managed Environment."
|
|
returns:
|
|
description: "dapr Component 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\" /><<xref href=\"com.azure.resourcemanager.appcontainers.models.DaprComponent?alt=com.azure.resourcemanager.appcontainers.models.DaprComponent&text=DaprComponent\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DaprComponents.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DaprComponents.delete(String resourceGroupName, String environmentName, String componentName)"
|
|
name: "delete(String resourceGroupName, String environmentName, String componentName)"
|
|
nameWithType: "DaprComponents.delete(String resourceGroupName, String environmentName, String componentName)"
|
|
summary: "Delete a Dapr Component."
|
|
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: "Name of the Managed Environment."
|
|
name: "environmentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Dapr Component."
|
|
name: "componentName"
|
|
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 environmentName, String componentName)"
|
|
desc: "Delete a Dapr Component. Delete a Dapr Component from a Managed Environment."
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DaprComponents.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DaprComponents.deleteWithResponse(String resourceGroupName, String environmentName, String componentName, Context context)"
|
|
name: "deleteWithResponse(String resourceGroupName, String environmentName, String componentName, Context context)"
|
|
nameWithType: "DaprComponents.deleteWithResponse(String resourceGroupName, String environmentName, String componentName, Context context)"
|
|
summary: "Delete a Dapr Component."
|
|
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: "Name of the Managed Environment."
|
|
name: "environmentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Dapr Component."
|
|
name: "componentName"
|
|
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 environmentName, String componentName, Context context)"
|
|
desc: "Delete a Dapr Component. Delete a Dapr Component from a Managed Environment."
|
|
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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DaprComponents.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DaprComponents.get(String resourceGroupName, String environmentName, String componentName)"
|
|
name: "get(String resourceGroupName, String environmentName, String componentName)"
|
|
nameWithType: "DaprComponents.get(String resourceGroupName, String environmentName, String componentName)"
|
|
summary: "Get a dapr component."
|
|
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: "Name of the Managed Environment."
|
|
name: "environmentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Dapr Component."
|
|
name: "componentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract DaprComponent get(String resourceGroupName, String environmentName, String componentName)"
|
|
desc: "Get a dapr component."
|
|
returns:
|
|
description: "a dapr component."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DaprComponent?alt=com.azure.resourcemanager.appcontainers.models.DaprComponent&text=DaprComponent\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DaprComponents.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DaprComponents.getWithResponse(String resourceGroupName, String environmentName, String componentName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String environmentName, String componentName, Context context)"
|
|
nameWithType: "DaprComponents.getWithResponse(String resourceGroupName, String environmentName, String componentName, Context context)"
|
|
summary: "Get a dapr component."
|
|
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: "Name of the Managed Environment."
|
|
name: "environmentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Dapr Component."
|
|
name: "componentName"
|
|
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<DaprComponent> getWithResponse(String resourceGroupName, String environmentName, String componentName, Context context)"
|
|
desc: "Get a dapr component."
|
|
returns:
|
|
description: "a dapr component 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\" /><<xref href=\"com.azure.resourcemanager.appcontainers.models.DaprComponent?alt=com.azure.resourcemanager.appcontainers.models.DaprComponent&text=DaprComponent\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DaprComponents.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DaprComponents.list(String resourceGroupName, String environmentName)"
|
|
name: "list(String resourceGroupName, String environmentName)"
|
|
nameWithType: "DaprComponents.list(String resourceGroupName, String environmentName)"
|
|
summary: "Get the Dapr Components for a managed environment."
|
|
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: "Name of the Managed Environment."
|
|
name: "environmentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<DaprComponent> list(String resourceGroupName, String environmentName)"
|
|
desc: "Get the Dapr Components for a managed environment."
|
|
returns:
|
|
description: "the Dapr Components for a managed environment 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\" /><<xref href=\"com.azure.resourcemanager.appcontainers.models.DaprComponent?alt=com.azure.resourcemanager.appcontainers.models.DaprComponent&text=DaprComponent\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DaprComponents.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DaprComponents.list(String resourceGroupName, String environmentName, Context context)"
|
|
name: "list(String resourceGroupName, String environmentName, Context context)"
|
|
nameWithType: "DaprComponents.list(String resourceGroupName, String environmentName, Context context)"
|
|
summary: "Get the Dapr Components for a managed environment."
|
|
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: "Name of the Managed Environment."
|
|
name: "environmentName"
|
|
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<DaprComponent> list(String resourceGroupName, String environmentName, Context context)"
|
|
desc: "Get the Dapr Components for a managed environment."
|
|
returns:
|
|
description: "the Dapr Components for a managed environment 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\" /><<xref href=\"com.azure.resourcemanager.appcontainers.models.DaprComponent?alt=com.azure.resourcemanager.appcontainers.models.DaprComponent&text=DaprComponent\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DaprComponents.listSecrets(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DaprComponents.listSecrets(String resourceGroupName, String environmentName, String componentName)"
|
|
name: "listSecrets(String resourceGroupName, String environmentName, String componentName)"
|
|
nameWithType: "DaprComponents.listSecrets(String resourceGroupName, String environmentName, String componentName)"
|
|
summary: "List secrets for a dapr component."
|
|
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: "Name of the Managed Environment."
|
|
name: "environmentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Dapr Component."
|
|
name: "componentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract DaprSecretsCollection listSecrets(String resourceGroupName, String environmentName, String componentName)"
|
|
desc: "List secrets for a dapr component."
|
|
returns:
|
|
description: "dapr component Secrets Collection for ListSecrets Action."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DaprSecretsCollection?alt=com.azure.resourcemanager.appcontainers.models.DaprSecretsCollection&text=DaprSecretsCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DaprComponents.listSecretsWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DaprComponents.listSecretsWithResponse(String resourceGroupName, String environmentName, String componentName, Context context)"
|
|
name: "listSecretsWithResponse(String resourceGroupName, String environmentName, String componentName, Context context)"
|
|
nameWithType: "DaprComponents.listSecretsWithResponse(String resourceGroupName, String environmentName, String componentName, Context context)"
|
|
summary: "List secrets for a dapr component."
|
|
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: "Name of the Managed Environment."
|
|
name: "environmentName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "Name of the Dapr Component."
|
|
name: "componentName"
|
|
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<DaprSecretsCollection> listSecretsWithResponse(String resourceGroupName, String environmentName, String componentName, Context context)"
|
|
desc: "List secrets for a dapr component."
|
|
returns:
|
|
description: "dapr component Secrets Collection for ListSecrets Action 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\" /><<xref href=\"com.azure.resourcemanager.appcontainers.models.DaprSecretsCollection?alt=com.azure.resourcemanager.appcontainers.models.DaprSecretsCollection&text=DaprSecretsCollection\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of DaprComponents."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appcontainers.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0
|