Share via


TableSasIPRange Struct

Definition

Represents a range of allowed IP addresses for constructing a Shared Access Signature.

public readonly struct TableSasIPRange : IEquatable<Azure.Data.Tables.Sas.TableSasIPRange>
type TableSasIPRange = struct
Public Structure TableSasIPRange
Implements IEquatable(Of TableSasIPRange)
Inheritance
TableSasIPRange
Implements

Constructors

Name Description
TableSasIPRange(IPAddress, IPAddress)

Creates a new TableSasIPRange.

Properties

Name Description
End

Gets the optional end of the IP range. Not specified if equal to null or None.

Start

Gets the start of the IP range. Not specified if equal to null or None.

Methods

Name Description
Equals(TableSasIPRange)

Check if two TableSasIPRange instances are equal.

Parse(String)

Parse an IP range string into a new TableSasIPRange.

ToString()

Creates a string representation of an TableSasIPRange.

Operators

Name Description
Equality(TableSasIPRange, TableSasIPRange)

Check if two TableSasIPRange instances are equal.

Inequality(TableSasIPRange, TableSasIPRange)

Check if two TableSasIPRange instances are not equal.

Applies to