Uses of Class
com.azure.resourcemanager.network.models.OperationDisplay
Packages that use OperationDisplay
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of OperationDisplay in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return OperationDisplayModifier and TypeMethodDescriptionOperationInner.display()Get the display property: Display metadata associated with the operation.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type OperationDisplayModifier and TypeMethodDescriptionOperationInner.withDisplay(OperationDisplay display) Set the display property: Display metadata associated with the operation. -
Uses of OperationDisplay in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type OperationDisplayModifier and TypeClassDescriptionfinal classDisplay metadata associated with the operation.Methods in com.azure.resourcemanager.network.models that return OperationDisplayModifier and TypeMethodDescriptionstatic OperationDisplayOperationDisplay.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationDisplay from the JsonReader.OperationDisplay.withDescription(String description) Set the description property: Description of the operation.OperationDisplay.withOperation(String operation) Set the operation property: Type of the operation: get, read, delete, etc.OperationDisplay.withProvider(String provider) Set the provider property: Service provider: Microsoft Network.OperationDisplay.withResource(String resource) Set the resource property: Resource on which the operation is performed.