Uses of Interface
com.azure.resourcemanager.appcontainers.models.DaprComponent
Packages that use DaprComponent
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of DaprComponent in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DaprComponentModifier and TypeMethodDescriptionDaprComponent.Update.apply()
Executes the update request.DaprComponent.Update.apply
(com.azure.core.util.Context context) Executes the update request.DaprComponent.DefinitionStages.WithCreate.create()
Executes the create request.DaprComponent.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.DaprComponents.createOrUpdate
(String resourceGroupName, String environmentName, String componentName, DaprComponentInner daprComponentEnvelope) Creates or updates a Dapr Component.ConnectedEnvironmentsDaprComponents.get
(String resourceGroupName, String connectedEnvironmentName, String componentName) Get a dapr component.Get a dapr component.Get a dapr component.DaprComponent.refresh()
Refreshes the resource to sync with Azure.DaprComponent.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type DaprComponentModifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response
<DaprComponent> ConnectedEnvironmentsDaprComponents.getByIdWithResponse
(String id, com.azure.core.util.Context context) Get a dapr component.com.azure.core.http.rest.Response
<DaprComponent> ConnectedEnvironmentsDaprComponents.getWithResponse
(String resourceGroupName, String connectedEnvironmentName, String componentName, com.azure.core.util.Context context) Get a dapr component.com.azure.core.http.rest.Response
<DaprComponent> DaprComponents.getWithResponse
(String resourceGroupName, String environmentName, String componentName, com.azure.core.util.Context context) Get a dapr component.com.azure.core.http.rest.PagedIterable
<DaprComponent> Get the Dapr Components for a connected environment.com.azure.core.http.rest.PagedIterable
<DaprComponent> ConnectedEnvironmentsDaprComponents.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
<DaprComponent> Get the Dapr Components for a managed environment.com.azure.core.http.rest.PagedIterable
<DaprComponent> DaprComponents.list
(String resourceGroupName, String environmentName, com.azure.core.util.Context context) Get the Dapr Components for a managed environment.