MapsCorsRule Class
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.
Specifies a CORS rule for the Map Account.
public class MapsCorsRule
type MapsCorsRule = class
Public Class MapsCorsRule
- Inheritance
-
MapsCorsRule
Constructors
MapsCorsRule(IEnumerable<String>) |
Initializes a new instance of MapsCorsRule. |
Properties
AllowedOrigins |
Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET