Interface SecretsCollection
-
public interface SecretsCollection
An immutable client-side representation of SecretsCollection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecretsCollectionInner
innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.SecretsCollectionInner object.List<ContainerAppSecret>
value()
Gets the value property: Collection of resources.
-
-
-
Method Detail
-
value
List<ContainerAppSecret> value()
Gets the value property: Collection of resources.- Returns:
- the value value.
-
innerModel
SecretsCollectionInner innerModel()
Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.SecretsCollectionInner object.- Returns:
- the inner object.
-
-