ArmVirtualEnclavesModelFactory.VirtualEnclaveEndpointPatch Method
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.
public static Azure.ResourceManager.VirtualEnclaves.Models.VirtualEnclaveEndpointPatch VirtualEnclaveEndpointPatch(System.Collections.Generic.IEnumerable<Azure.ResourceManager.VirtualEnclaves.Models.EnclaveEndpointDestinationRule> enclaveEndpointPatchRuleCollection = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member VirtualEnclaveEndpointPatch : seq<Azure.ResourceManager.VirtualEnclaves.Models.EnclaveEndpointDestinationRule> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.VirtualEnclaves.Models.VirtualEnclaveEndpointPatch
Public Shared Function VirtualEnclaveEndpointPatch (Optional enclaveEndpointPatchRuleCollection As IEnumerable(Of EnclaveEndpointDestinationRule) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As VirtualEnclaveEndpointPatch
Parameters
- enclaveEndpointPatchRuleCollection
- IEnumerable<EnclaveEndpointDestinationRule>
Enclave Endpoint Rule Collection.
- tags
- IDictionary<String,String>
Resource tags.
Returns
A new VirtualEnclaveEndpointPatch instance for mocking.