EnclaveEndpointDestinationRule 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.
Enclave Endpoint Rule Properties.
public class EnclaveEndpointDestinationRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Enclave.Models.EnclaveEndpointDestinationRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Enclave.Models.EnclaveEndpointDestinationRule>
type EnclaveEndpointDestinationRule = class
interface IJsonModel<EnclaveEndpointDestinationRule>
interface IPersistableModel<EnclaveEndpointDestinationRule>
Public Class EnclaveEndpointDestinationRule
Implements IJsonModel(Of EnclaveEndpointDestinationRule), IPersistableModel(Of EnclaveEndpointDestinationRule)
- Inheritance
-
EnclaveEndpointDestinationRule
- Implements
Constructors
| Name | Description |
|---|---|
| EnclaveEndpointDestinationRule() |
Initializes a new instance of EnclaveEndpointDestinationRule. |
Properties
| Name | Description |
|---|---|
| Destination |
Destination address. Can include multiple CIDR/IP Addresses or fqdn tags or fqdns (for community endpoint) separated by commas. |
| EndpointRuleName |
Endpoint Rule Name. |
| Ports |
Port. Can include multiple ports separated by commas or a range indicated by a hyphen. |
| Protocols |
Protocols. Options specified by Endpoint Protocol Enum. |