Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.DaprComponentInner
-
Packages that use DaprComponentInner Package Description com.azure.resourcemanager.appcontainers.fluent Package containing the service clients for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.fluent.models Package containing the inner data models for ContainerAppsApiClient.com.azure.resourcemanager.appcontainers.models 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 DaprComponentInner Modifier and Type Method Description DaprComponentInner
DaprComponentsClient. createOrUpdate(String resourceGroupName, String environmentName, String name, DaprComponentInner daprComponentEnvelope)
Creates or updates a Dapr Component in a Managed Environment.DaprComponentInner
DaprComponentsClient. get(String resourceGroupName, String environmentName, String name)
Get a dapr component.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type DaprComponentInner Modifier and Type Method Description com.azure.core.http.rest.Response<DaprComponentInner>
DaprComponentsClient. createOrUpdateWithResponse(String resourceGroupName, String environmentName, String name, DaprComponentInner daprComponentEnvelope, com.azure.core.util.Context context)
Creates or updates a Dapr Component in a Managed Environment.com.azure.core.http.rest.Response<DaprComponentInner>
DaprComponentsClient. getWithResponse(String resourceGroupName, String environmentName, String name, com.azure.core.util.Context context)
Get a dapr component.com.azure.core.http.rest.PagedIterable<DaprComponentInner>
DaprComponentsClient. list(String resourceGroupName, String environmentName)
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 DaprComponentInner Modifier and Type Method Description DaprComponentInner
DaprComponentsClient. createOrUpdate(String resourceGroupName, String environmentName, String name, DaprComponentInner daprComponentEnvelope)
Creates or updates a Dapr Component in a Managed Environment.com.azure.core.http.rest.Response<DaprComponentInner>
DaprComponentsClient. createOrUpdateWithResponse(String resourceGroupName, String environmentName, String name, DaprComponentInner daprComponentEnvelope, com.azure.core.util.Context context)
Creates or updates a Dapr Component in a Managed Environment. -
Uses of DaprComponentInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return DaprComponentInner Modifier and Type Method Description DaprComponentInner
DaprComponentInner. withComponentType(String componentType)
Set the componentType property: Component type.DaprComponentInner
DaprComponentInner. withIgnoreErrors(Boolean ignoreErrors)
Set the ignoreErrors property: Boolean describing if the component errors are ignores.DaprComponentInner
DaprComponentInner. withInitTimeout(String initTimeout)
Set the initTimeout property: Initialization timeout.DaprComponentInner
DaprComponentInner. withMetadata(List<DaprMetadata> metadata)
Set the metadata property: Component metadata.DaprComponentInner
DaprComponentInner. withScopes(List<String> scopes)
Set the scopes property: Names of container apps that can use this Dapr component.DaprComponentInner
DaprComponentInner. withSecrets(List<Secret> secrets)
Set the secrets property: Collection of secrets used by a Dapr component.DaprComponentInner
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 DaprComponentInner Modifier and Type Method Description DaprComponentInner
DaprComponent. 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 DaprComponentInner Modifier and Type Method Description List<DaprComponentInner>
DaprComponentsCollection. value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type DaprComponentInner Modifier and Type Method Description DaprComponentsCollection
DaprComponentsCollection. withValue(List<DaprComponentInner> value)
Set the value property: Collection of resources.
-