Uses of Class
com.azure.resourcemanager.network.models.IsWorkloadProtected
Packages that use IsWorkloadProtected
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IsWorkloadProtected in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IsWorkloadProtectedModifier and TypeMethodDescriptionPublicIpDdosProtectionStatusResultInner.isWorkloadProtected()Get the isWorkloadProtected property: Value indicating whether the IP address is DDoS workload protected or not.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IsWorkloadProtectedModifier and TypeMethodDescriptionPublicIpDdosProtectionStatusResultInner.withIsWorkloadProtected(IsWorkloadProtected isWorkloadProtected) Set the isWorkloadProtected property: Value indicating whether the IP address is DDoS workload protected or not. -
Uses of IsWorkloadProtected in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as IsWorkloadProtectedModifier and TypeFieldDescriptionstatic final IsWorkloadProtectedIsWorkloadProtected.FALSEStatic value False for IsWorkloadProtected.static final IsWorkloadProtectedIsWorkloadProtected.TRUEStatic value True for IsWorkloadProtected.Methods in com.azure.resourcemanager.network.models that return IsWorkloadProtectedModifier and TypeMethodDescriptionstatic IsWorkloadProtectedIsWorkloadProtected.fromString(String name) Creates or finds a IsWorkloadProtected from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type IsWorkloadProtectedModifier and TypeMethodDescriptionstatic Collection<IsWorkloadProtected> IsWorkloadProtected.values()Gets known IsWorkloadProtected values.