Uses of Class
com.azure.resourcemanager.appcontainers.fluent.models.DaprSecretsCollectionInner
-
Packages that use DaprSecretsCollectionInner 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 DaprSecretsCollectionInner in com.azure.resourcemanager.appcontainers.fluent
Methods in com.azure.resourcemanager.appcontainers.fluent that return DaprSecretsCollectionInner Modifier and Type Method Description DaprSecretsCollectionInner
DaprComponentsClient. listSecrets(String resourceGroupName, String environmentName, String name)
List secrets for a dapr component.Methods in com.azure.resourcemanager.appcontainers.fluent that return types with arguments of type DaprSecretsCollectionInner Modifier and Type Method Description com.azure.core.http.rest.Response<DaprSecretsCollectionInner>
DaprComponentsClient. listSecretsWithResponse(String resourceGroupName, String environmentName, String name, com.azure.core.util.Context context)
List secrets for a dapr component. -
Uses of DaprSecretsCollectionInner in com.azure.resourcemanager.appcontainers.fluent.models
Methods in com.azure.resourcemanager.appcontainers.fluent.models that return DaprSecretsCollectionInner Modifier and Type Method Description DaprSecretsCollectionInner
DaprSecretsCollectionInner. withValue(List<Secret> value)
Set the value property: Collection of secrets used by a Dapr component. -
Uses of DaprSecretsCollectionInner in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return DaprSecretsCollectionInner Modifier and Type Method Description DaprSecretsCollectionInner
DaprSecretsCollection. innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprSecretsCollectionInner object.
-