Uses of Interface
com.azure.resourcemanager.appcontainers.models.DaprComponent
-
Packages that use DaprComponent Package Description com.azure.resourcemanager.appcontainers.models 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 DaprComponent Modifier and Type Method Description DaprComponent
DaprComponent.Update. apply()
Executes the update request.DaprComponent
DaprComponent.Update. apply(com.azure.core.util.Context context)
Executes the update request.DaprComponent
DaprComponent.DefinitionStages.WithCreate. create()
Executes the create request.DaprComponent
DaprComponent.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.DaprComponent
DaprComponents. get(String resourceGroupName, String environmentName, String name)
Get a dapr component.DaprComponent
DaprComponents. getById(String id)
Get a dapr component.DaprComponent
DaprComponent. refresh()
Refreshes the resource to sync with Azure.DaprComponent
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 DaprComponent Modifier and Type Method Description com.azure.core.http.rest.Response<DaprComponent>
DaprComponents. getByIdWithResponse(String id, com.azure.core.util.Context context)
Get a dapr component.com.azure.core.http.rest.Response<DaprComponent>
DaprComponents. getWithResponse(String resourceGroupName, String environmentName, String name, com.azure.core.util.Context context)
Get a dapr component.com.azure.core.http.rest.PagedIterable<DaprComponent>
DaprComponents. list(String resourceGroupName, String environmentName)
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.
-