Uses of Class
com.azure.resourcemanager.network.models.SecurityUserConfigurationListResult
Packages that use SecurityUserConfigurationListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of SecurityUserConfigurationListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type SecurityUserConfigurationListResultModifier and TypeClassDescriptionfinal classA list of network manager security user configurations.Methods in com.azure.resourcemanager.network.models that return SecurityUserConfigurationListResultModifier and TypeMethodDescriptionSecurityUserConfigurationListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityUserConfigurationListResult from the JsonReader.SecurityUserConfigurationListResult.withNextLink(String nextLink) Set the nextLink property: Gets the URL to get the next page of results.SecurityUserConfigurationListResult.withValue(List<SecurityUserConfigurationInner> value) Set the value property: Gets a page of security user configurations.