Show / Hide Table of Contents

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 Source

Name

Specifies the name of the firewall rule.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

RangeEnd

End of the firewall rule range as IPv4 address.

Declaration
public readonly string RangeEnd
Field Value
Type Description
System.String
View Source

RangeStart

Start of the firewall rule range as IPv4 address.

Declaration
public readonly string RangeStart
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.