NetworkIntentPolicyBasedService Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. NetworkIntentPolicyBasedService
- com.
- com.
public final class NetworkIntentPolicyBasedService
extends ExpandableStringEnum<NetworkIntentPolicyBasedService>
Network intent policy based services.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Network |
ALL
Static value All for Network |
static final
Network |
ALLOW_RULES_ONLY
Static value Allow |
static final
Network |
NONE
Static value None for Network |
Constructor Summary
Constructor | Description |
---|---|
NetworkIntentPolicyBasedService() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Network |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Network |
fromString(String name)
Creates or finds a Network |
static
Collection<Network |
values()
Gets known Network |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALL
public static final NetworkIntentPolicyBasedService ALL
Static value All for NetworkIntentPolicyBasedService.
ALLOW_RULES_ONLY
public static final NetworkIntentPolicyBasedService ALLOW_RULES_ONLY
Static value AllowRulesOnly for NetworkIntentPolicyBasedService.
NONE
public static final NetworkIntentPolicyBasedService NONE
Static value None for NetworkIntentPolicyBasedService.
Constructor Details
NetworkIntentPolicyBasedService
@Deprecated
public NetworkIntentPolicyBasedService()
Deprecated
Creates a new instance of NetworkIntentPolicyBasedService value.
Method Details
fromString
public static NetworkIntentPolicyBasedService fromString(String name)
Creates or finds a NetworkIntentPolicyBasedService from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known NetworkIntentPolicyBasedService values.
Returns:
Applies to
Azure SDK for Java