Uses of Class
com.azure.resourcemanager.appservice.models.DaprComponent
-
Packages that use DaprComponent Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DaprComponent in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DaprComponent Modifier and Type Method Description DaprComponentDaprComponent. withMetadata(List<DaprMetadata> metadata)Set the metadata property: Component metadata.DaprComponentDaprComponent. withName(String name)Set the name property: Component name.DaprComponentDaprComponent. withType(String type)Set the type property: Component type.DaprComponentDaprComponent. withVersion(String version)Set the version property: Component version.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DaprComponent Modifier and Type Method Description List<DaprComponent>Dapr. components()Get the components property: Collection of Dapr components.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DaprComponent Modifier and Type Method Description DaprDapr. withComponents(List<DaprComponent> components)Set the components property: Collection of Dapr components.
-