NetworkSecurityPerimeter 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.
Properties that define a Network Security Perimeter resource.
public class NetworkSecurityPerimeter : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.NetworkSecurityPerimeter>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.NetworkSecurityPerimeter>
type NetworkSecurityPerimeter = class
interface IJsonModel<NetworkSecurityPerimeter>
interface IPersistableModel<NetworkSecurityPerimeter>
Public Class NetworkSecurityPerimeter
Implements IJsonModel(Of NetworkSecurityPerimeter), IPersistableModel(Of NetworkSecurityPerimeter)
- Inheritance
-
NetworkSecurityPerimeter
- Implements
Properties
Id |
Azure resource Id. |
Location |
Regional location of the perimeter. |
PerimeterGuid |
Guid of the Network Security Perimeter. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetworkSecurityPerimeter>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkSecurityPerimeter>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkSecurityPerimeter>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkSecurityPerimeter>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkSecurityPerimeter>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET