EffectiveNetworkSecurityGroupListResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for list effective network security groups API service call.
public class EffectiveNetworkSecurityGroupListResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.EffectiveNetworkSecurityGroupListResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.EffectiveNetworkSecurityGroupListResult>
public class EffectiveNetworkSecurityGroupListResult
type EffectiveNetworkSecurityGroupListResult = class
interface IJsonModel<EffectiveNetworkSecurityGroupListResult>
interface IPersistableModel<EffectiveNetworkSecurityGroupListResult>
type EffectiveNetworkSecurityGroupListResult = class
Public Class EffectiveNetworkSecurityGroupListResult
Implements IJsonModel(Of EffectiveNetworkSecurityGroupListResult), IPersistableModel(Of EffectiveNetworkSecurityGroupListResult)
Public Class EffectiveNetworkSecurityGroupListResult
- Inheritance
-
EffectiveNetworkSecurityGroupListResult
- Implements
Properties
NextLink |
The URL to get the next set of results. |
Value |
A list of effective network security groups. |
Explicit Interface Implementations
IJsonModel<EffectiveNetworkSecurityGroupListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EffectiveNetworkSecurityGroupListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EffectiveNetworkSecurityGroupListResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EffectiveNetworkSecurityGroupListResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EffectiveNetworkSecurityGroupListResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET