VirtualEnclaveCommunityEndpointPatchProperties Constructor

Definition

Initializes a new instance of VirtualEnclaveCommunityEndpointPatchProperties.

public VirtualEnclaveCommunityEndpointPatchProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Enclave.Models.VirtualEnclaveCommunityEndpointDestinationRule> ruleCollection);
new Azure.ResourceManager.Enclave.Models.VirtualEnclaveCommunityEndpointPatchProperties : seq<Azure.ResourceManager.Enclave.Models.VirtualEnclaveCommunityEndpointDestinationRule> -> Azure.ResourceManager.Enclave.Models.VirtualEnclaveCommunityEndpointPatchProperties
Public Sub New (ruleCollection As IEnumerable(Of VirtualEnclaveCommunityEndpointDestinationRule))

Parameters

ruleCollection
IEnumerable<VirtualEnclaveCommunityEndpointDestinationRule>

Community Endpoint Rule Collection.

Exceptions

ruleCollection is null.

Applies to