You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.
20
+
.Description
21
+
Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
39
+
40
+
INPUTOBJECT <ICdnIdentity>: Identity Parameter
41
+
[CustomDomainName <String>]: Name of the domain under the profile which is unique globally.
42
+
[EndpointName <String>]: Name of the endpoint under the profile which is unique globally.
43
+
[Id <String>]: Resource identity path
44
+
[OriginGroupName <String>]: Name of the origin group which is unique within the endpoint.
45
+
[OriginName <String>]: Name of the origin which is unique within the profile.
46
+
[PolicyName <String>]: The name of the CdnWebApplicationFirewallPolicy.
47
+
[ProfileName <String>]: Name of the Azure Front Door Standard or Azure Front Door Premium or CDN profile which is unique within the resource group.
48
+
[ResourceGroupName <String>]: Name of the Resource group within the Azure subscription.
49
+
[RouteName <String>]: Name of the routing rule.
50
+
[RuleName <String>]: Name of the delivery rule which is unique within the endpoint.
51
+
[RuleSetName <String>]: Name of the rule set under the profile which is unique globally.
52
+
[SecretName <String>]: Name of the Secret under the profile.
53
+
[SecurityPolicyName <String>]: Name of the security policy under the profile.
# The list of user assigned identities associated with the resource.
101
+
# The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
Updates an existing Azure Front Door Standard or Azure Front Door Premium or CDN profile with the specified profile name under the specified subscription and resource group.
0 commit comments