Uses of Class
com.azure.resourcemanager.network.models.OutputType
-
Packages that use OutputType Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of OutputType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as OutputType Modifier and Type Field Description static OutputTypeOutputType. WORKSPACEStatic value Workspace for OutputType.Methods in com.azure.resourcemanager.network.models that return OutputType Modifier and Type Method Description static OutputTypeOutputType. fromString(String name)Creates or finds a OutputType from its string representation.OutputTypeConnectionMonitorOutput. type()Get the type property: Connection monitor output destination type.Methods in com.azure.resourcemanager.network.models that return types with arguments of type OutputType Modifier and Type Method Description static Collection<OutputType>OutputType. values()Methods in com.azure.resourcemanager.network.models with parameters of type OutputType Modifier and Type Method Description ConnectionMonitorOutputConnectionMonitorOutput. withType(OutputType type)Set the type property: Connection monitor output destination type.
-