Interface OperationCollection
-
public interface OperationCollectionAn immutable client-side representation of OperationCollection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationCollectionInnerinnerModel()Gets the inner com.azure.resourcemanager.videoanalyzer.fluent.models.OperationCollectionInner object.List<Operation>value()Gets the value property: A collection of Operation items.
-
-
-
Method Detail
-
value
List<Operation> value()
Gets the value property: A collection of Operation items.- Returns:
- the value value.
-
innerModel
OperationCollectionInner innerModel()
Gets the inner com.azure.resourcemanager.videoanalyzer.fluent.models.OperationCollectionInner object.- Returns:
- the inner object.
-
-