Show / Hide Table of Contents

Class ServerIpv4FirewallRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServerIpv4FirewallRuleArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AnalysisServices.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerIpv4FirewallRuleArgs : ResourceArgs

Constructors

View Source

ServerIpv4FirewallRuleArgs()

Declaration
public ServerIpv4FirewallRuleArgs()

Properties

View Source

Name

Specifies the name of the firewall rule.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RangeEnd

End of the firewall rule range as IPv4 address.

Declaration
public Input<string> RangeEnd { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RangeStart

Start of the firewall rule range as IPv4 address.

Declaration
public Input<string> RangeStart { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.