Uses of Class
com.azure.resourcemanager.apicenter.models.EnvironmentKind
Packages that use EnvironmentKind
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of EnvironmentKind in com.azure.resourcemanager.apicenter.models
Fields in com.azure.resourcemanager.apicenter.models declared as EnvironmentKindModifier and TypeFieldDescriptionstatic final EnvironmentKind
EnvironmentKind.DEVELOPMENT
Static value development for EnvironmentKind.static final EnvironmentKind
EnvironmentKind.PRODUCTION
Static value production for EnvironmentKind.static final EnvironmentKind
EnvironmentKind.STAGING
Static value staging for EnvironmentKind.static final EnvironmentKind
EnvironmentKind.TESTING
Static value testing for EnvironmentKind.Methods in com.azure.resourcemanager.apicenter.models that return EnvironmentKindModifier and TypeMethodDescriptionstatic EnvironmentKind
EnvironmentKind.fromString
(String name) Creates or finds a EnvironmentKind from its string representation.EnvironmentProperties.kind()
Get the kind property: Environment kind.Methods in com.azure.resourcemanager.apicenter.models that return types with arguments of type EnvironmentKindModifier and TypeMethodDescriptionstatic Collection
<EnvironmentKind> EnvironmentKind.values()
Gets known EnvironmentKind values.Methods in com.azure.resourcemanager.apicenter.models with parameters of type EnvironmentKindModifier and TypeMethodDescriptionEnvironmentProperties.withKind
(EnvironmentKind kind) Set the kind property: Environment kind.