Hi all. I've been using Azure Native with C# and ...
# getting-started
r
Hi all. I've been using Azure Native with C# and have encountered a frustrating problem. I'm attempting to create a CDN.Rule and as part of the UrlRewriteActionArgs and DeliveryRuleUrlPathConditionArgs certain parameters need to be passed. These parameters are UrlRewriteActionParametersArgs and UrlPathMatchConditionParamtersArgs. So far so good, except both of those objects require a TypeName to be set. In the docs they're marked as required, but nothing in the docs says what they should be set to. I've tried UrlRewriteActionParamters and DeliveryRuleUrlPathConditionParameters, but that doesn't seem to be correct.