SasIPRange Struct

Definition

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

public readonly struct SasIPRange : IEquatable<Azure.Storage.Sas.SasIPRange>
type SasIPRange = struct
Public Structure SasIPRange
Implements IEquatable(Of SasIPRange)
Inheritance
SasIPRange
Implements

Constructors

SasIPRange(IPAddress, IPAddress)

Creates a new SasIPRange.

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(SasIPRange)

Check if two SasIPRange instances are equal.

Parse(String)

Parse an IP range string into a new SasIPRange.

ToString()

Creates a string representation of an SasIPRange.

Operators

Equality(SasIPRange, SasIPRange)

Check if two SasIPRange instances are equal.

Inequality(SasIPRange, SasIPRange)

Check if two SasIPRange instances are not equal.

Applies to