File tree Expand file tree Collapse file tree
src/Network/Network.Management.Sdk/Generated/Models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ public DdosCustomPolicy()
104104 public System . Collections . Generic . IList < DdosDetectionRule > DetectionRules { get ; set ; }
105105
106106 /// <summary>
107- /// Gets the list of frontend IP configurations associated with the
108- /// custom policy. This list is read-only.
107+ /// Gets or sets the list of frontend IP configurations associated with the
108+ /// custom policy.
109109 /// </summary>
110- [ Newtonsoft . Json . JsonProperty ( PropertyName = "properties.frontendIpConfigurations " ) ]
111- public System . Collections . Generic . IList < SubResource > FrontEndIPConfiguration { get ; private set ; }
110+ [ Newtonsoft . Json . JsonProperty ( PropertyName = "properties.frontEndIpConfiguration " ) ]
111+ public System . Collections . Generic . IList < SubResource > FrontEndIPConfiguration { get ; set ; }
112112 }
113113}
Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ public DdosCustomPolicyPropertiesFormat()
7676 public System . Collections . Generic . IList < DdosDetectionRule > DetectionRules { get ; set ; }
7777
7878 /// <summary>
79- /// Gets the list of frontend IP configurations associated with the
80- /// custom policy. This list is read-only.
79+ /// Gets or sets the list of frontend IP configurations associated with the
80+ /// custom policy.
8181 /// </summary>
82- [ Newtonsoft . Json . JsonProperty ( PropertyName = "frontendIpConfigurations " ) ]
83- public System . Collections . Generic . IList < SubResource > FrontEndIPConfiguration { get ; private set ; }
82+ [ Newtonsoft . Json . JsonProperty ( PropertyName = "frontEndIpConfiguration " ) ]
83+ public System . Collections . Generic . IList < SubResource > FrontEndIPConfiguration { get ; set ; }
8484 }
8585}
You can’t perform that action at this time.
0 commit comments