Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner
Packages that use DaprComponentInner
Package
Description
Package containing the service clients for ContainerAppsApiClient.
Package containing the inner data models for ContainerAppsApiClient.
Package containing the data models for ContainerAppsApiClient.
-
Uses of DaprComponentInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return DaprComponentInnerModifier and TypeMethodDescriptionConnectedEnvironmentsDaprComponentsClient.createOrUpdate
(String resourceGroupName, String connectedEnvironmentName, String componentName, DaprComponentInner daprComponentEnvelope) Creates or updates a Dapr Component.DaprComponentsClient.createOrUpdate
(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope) Creates or updates a Dapr Component.ConnectedEnvironmentsDaprComponentsClient.get
(String resourceGroupName, String connectedEnvironmentName, String componentName) Get a dapr component.Get a dapr component.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type DaprComponentInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response
<DaprComponentInner> ConnectedEnvironmentsDaprComponentsClient.createOrUpdateWithResponse
(String resourceGroupName, String connectedEnvironmentName, String componentName, DaprComponentInner daprComponentEnvelope, com.azure.core.util.Context context) Creates or updates a Dapr Component.com.azure.core.http.rest.Response
<DaprComponentInner> DaprComponentsClient.createOrUpdateWithResponse
(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope, com.azure.core.util.Context context) Creates or updates a Dapr Component.com.azure.core.http.rest.Response
<DaprComponentInner> ConnectedEnvironmentsDaprComponentsClient.getWithResponse
(String resourceGroupName, String connectedEnvironmentName, String componentName, com.azure.core.util.Context context) Get a dapr component.com.azure.core.http.rest.Response
<DaprComponentInner> DaprComponentsClient.getWithResponse
(String resourceGroupName, String environmentName, String componentName, com.azure.core.util.Context context) Get a dapr component.com.azure.core.http.rest.PagedIterable
<DaprComponentInner> ConnectedEnvironmentsDaprComponentsClient.list
(String resourceGroupName, String connectedEnvironmentName) Get the Dapr Components for a connected environment.com.azure.core.http.rest.PagedIterable
<DaprComponentInner> ConnectedEnvironmentsDaprComponentsClient.list
(String resourceGroupName, String connectedEnvironmentName, com.azure.core.util.Context context) Get the Dapr Components for a connected environment.com.azure.core.http.rest.PagedIterable
<DaprComponentInner> Get the Dapr Components for a managed environment.com.azure.core.http.rest.PagedIterable
<DaprComponentInner> DaprComponentsClient.list
(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Get the Dapr Components for a managed environment.Methods in com.azure.resourcemanager.appcontainers.fluent with parameters of type DaprComponentInnerModifier and TypeMethodDescriptionConnectedEnvironmentsDaprComponentsClient.createOrUpdate
(String resourceGroupName, String connectedEnvironmentName, String componentName, DaprComponentInner daprComponentEnvelope) Creates or updates a Dapr Component.DaprComponentsClient.createOrUpdate
(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope) Creates or updates a Dapr Component.com.azure.core.http.rest.Response
<DaprComponentInner> ConnectedEnvironmentsDaprComponentsClient.createOrUpdateWithResponse
(String resourceGroupName, String connectedEnvironmentName, String componentName, DaprComponentInner daprComponentEnvelope, com.azure.core.util.Context context) Creates or updates a Dapr Component.com.azure.core.http.rest.Response
<DaprComponentInner> DaprComponentsClient.createOrUpdateWithResponse
(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope, com.azure.core.util.Context context) Creates or updates a Dapr Component. -
Uses of DaprComponentInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return DaprComponentInnerModifier and TypeMethodDescriptionstatic DaprComponentInner
DaprComponentInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DaprComponentInner from the JsonReader.DaprComponentInner.withComponentType
(String componentType) Set the componentType property: Component type.DaprComponentInner.withIgnoreErrors
(Boolean ignoreErrors) Set the ignoreErrors property: Boolean describing if the component errors are ignores.DaprComponentInner.withInitTimeout
(String initTimeout) Set the initTimeout property: Initialization timeout.DaprComponentInner.withMetadata
(List<DaprMetadata> metadata) Set the metadata property: Component metadata.DaprComponentInner.withScopes
(List<String> scopes) Set the scopes property: Names of container apps that can use this Dapr component.DaprComponentInner.withSecrets
(List<Secret> secrets) Set the secrets property: Collection of secrets used by a Dapr component.DaprComponentInner.withSecretStoreComponent
(String secretStoreComponent) Set the secretStoreComponent property: Name of a Dapr component to retrieve component secrets from.DaprComponentInner.withVersion
(String version) Set the version property: Component version. -
Uses of DaprComponentInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DaprComponentInnerModifier and TypeMethodDescriptionDaprComponent.innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner object.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type DaprComponentInnerModifier and TypeMethodDescriptionDaprComponentsCollection.value()
Get the value property: Collection of resources.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type DaprComponentInnerModifier and TypeMethodDescriptionDaprComponents.createOrUpdate
(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope) Creates or updates a Dapr Component.com.azure.core.http.rest.Response
<DaprComponent> DaprComponents.createOrUpdateWithResponse
(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope, com.azure.core.util.Context context) Creates or updates a Dapr Component.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type DaprComponentInnerModifier and TypeMethodDescriptionDaprComponentsCollection.withValue
(List<DaprComponentInner> value) Set the value property: Collection of resources.