共用方式為


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

TableSasIPRange(IPAddress, IPAddress)

Creates a new TableSasIPRange.

Properties

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

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

Equality(TableSasIPRange, TableSasIPRange)

Check if two TableSasIPRange instances are equal.

Inequality(TableSasIPRange, TableSasIPRange)

Check if two TableSasIPRange instances are not equal.

Applies to