This message was deleted.
# general
s
This message was deleted.
b
hey Sam, which language are you using? Have you come across ComponentResources yet?
m
I’m using C#, yeah this is a ComponentResource I’m looking to create. Essentially I want to create a network security group with some preconfigured rules, but also allow the user of the component to pass in a list of any custom rules they want to add.
b
unfortunately you're using the one language i'm least familiar with! there are some examples here which might be useful:
m
Thanks, I’ll take a look
r
@miniature-leather-70472 You could try creating a function with parameters that returns an instance of the original component resource class.