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