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