DomainUpdateParameters 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.
Properties of the Domain update.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DomainUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DomainUpdateParameters = class
Public Class DomainUpdateParameters
- Inheritance
-
System.ObjectDomainUpdateParameters
- Attributes
Constructors
DomainUpdateParameters() |
Initializes a new instance of the DomainUpdateParameters class. |
DomainUpdateParameters(IDictionary<String,String>, String, IList<InboundIpRule>) |
Initializes a new instance of the DomainUpdateParameters class. |
DomainUpdateParameters(IDictionary<String,String>, String, IList<InboundIpRule>, IdentityInfo, ResourceSku) |
Initializes a new instance of the DomainUpdateParameters class. |
Properties
Identity |
Gets or sets identity information for the resource. |
InboundIpRules |
Gets or sets this can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled. |
PublicNetworkAccess |
Gets or sets this determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainUpdateParameterProperties.InboundIpRules" />. Possible values include: 'Enabled', 'Disabled' |
Sku |
Gets or sets the Sku pricing tier for the domain. |
Tags |
Gets or sets tags of the domains resource. |