Class ServerIpv4FirewallRule
Inheritance
System.Object
ServerIpv4FirewallRule
Inherited Members
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServerIpv4FirewallRule
Fields
View SourceName
Specifies the name of the firewall rule.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RangeEnd
End of the firewall rule range as IPv4 address.
Declaration
public readonly string RangeEnd
Field Value
| Type | Description |
|---|---|
| System.String |
RangeStart
Start of the firewall rule range as IPv4 address.
Declaration
public readonly string RangeStart
Field Value
| Type | Description |
|---|---|
| System.String |