Uses of Class
com.azure.resourcemanager.appservice.models.DaprComponent
Packages that use DaprComponent
Package
Description
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 DaprComponentModifier and TypeMethodDescriptionstatic DaprComponent
DaprComponent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DaprComponent from the JsonReader.DaprComponent.withMetadata
(List<DaprMetadata> metadata) Set the metadata property: Component metadata.Set the name property: Component name.Set the type property: Component type.DaprComponent.withVersion
(String version) Set the version property: Component version.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DaprComponentModifier and TypeMethodDescriptionDapr.components()
Get the components property: Collection of Dapr components.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type DaprComponentModifier and TypeMethodDescriptionDapr.withComponents
(List<DaprComponent> components) Set the components property: Collection of Dapr components.