Uses of Class
com.azure.resourcemanager.network.models.Origin
-
Packages that use Origin Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of Origin in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as Origin Modifier and Type Field Description static OriginOrigin. INBOUNDStatic value Inbound for Origin.static OriginOrigin. LOCALStatic value Local for Origin.static OriginOrigin. OUTBOUNDStatic value Outbound for Origin.Methods in com.azure.resourcemanager.network.models that return Origin Modifier and Type Method Description static OriginOrigin. fromString(String name)Creates or finds a Origin from its string representation.OriginConnectivityIssue. origin()Get the origin property: The origin of the issue.Methods in com.azure.resourcemanager.network.models that return types with arguments of type Origin Modifier and Type Method Description static Collection<Origin>Origin. values()
-