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